##// END OF EJS Templates
minor typo fix in templater's docstring
TK Soh -
r4334:66a3fe30 default
parent child Browse files
Show More
@@ -28,7 +28,7 b' class templater(object):'
28 is treated as name of template file.
28 is treated as name of template file.
29
29
30 templater is asked to expand a key in map. it looks up key, and
30 templater is asked to expand a key in map. it looks up key, and
31 looks for atrings like this: {foo}. it expands {foo} by looking up
31 looks for strings like this: {foo}. it expands {foo} by looking up
32 foo in map, and substituting it. expansion is recursive: it stops
32 foo in map, and substituting it. expansion is recursive: it stops
33 when there is no more {foo} to replace.
33 when there is no more {foo} to replace.
34
34
General Comments 0
You need to be logged in to leave comments. Login now