Show More
@@ -28,7 +28,7 b' class templater(object):' | |||
|
28 | 28 | is treated as name of template file. |
|
29 | 29 | |
|
30 | 30 | templater is asked to expand a key in map. it looks up key, and |
|
31 |
looks for |
|
|
31 | looks for strings like this: {foo}. it expands {foo} by looking up | |
|
32 | 32 | foo in map, and substituting it. expansion is recursive: it stops |
|
33 | 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