We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a774c72 commit 65c1168Copy full SHA for 65c1168
doc/templating.txt
@@ -2,7 +2,7 @@
2
HTML Templating Mechanisms
3
==========================
4
5
-:Version: $Revision: 1.5 $
+:Version: $Revision: 1.6 $
6
7
Current Situation and Issues
8
============================
@@ -116,7 +116,7 @@ variables defined:
116
117
Accesses through a class (either through *class* or *db.<classname>*):
118
119
- class HTMLItem:
+ class HTMLClass:
120
def __getattr__(self, attr):
121
''' return an HTMLItem instance '''
122
def classhelp(self, ...)
0 commit comments