Skip to content
Snippets Groups Projects
Commit b15b13ab authored by Mike Bayer's avatar Mike Bayer
Browse files

fix doc example which illustrated "file" instead of "filename", [ticket:206]

parent d8d297e9
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ class Template(object):
from mako.template import Template
mytemplate = Template(
file="index.html",
filename="index.html",
module_directory="/path/to/modules",
module_writer=module_writer
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment