Skip to content

Commit 65c1168

Browse files
author
Richard Jones
committed
tweak
1 parent a774c72 commit 65c1168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/templating.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
HTML Templating Mechanisms
33
==========================
44

5-
:Version: $Revision: 1.5 $
5+
:Version: $Revision: 1.6 $
66

77
Current Situation and Issues
88
============================
@@ -116,7 +116,7 @@ variables defined:
116116

117117
Accesses through a class (either through *class* or *db.<classname>*):
118118

119-
class HTMLItem:
119+
class HTMLClass:
120120
def __getattr__(self, attr):
121121
''' return an HTMLItem instance '''
122122
def classhelp(self, ...)

0 commit comments

Comments
 (0)