diff options
Diffstat (limited to 'mako/template.py')
| -rw-r--r-- | mako/template.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mako/template.py b/mako/template.py index 0e99acf..e78afcd 100644 --- a/mako/template.py +++ b/mako/template.py @@ -76,7 +76,8 @@ class Template(object): :param uri: string uri or other identifier for this template. If not provided, the uri is generated from the filesystem path, or from the in-memory identity of a non-file-based template. The primary usage of the - uri is to generate the file path of the generated Python module file, + uri is to provide a key within :class:`.TemplateLookup`, as well as to + generate the file path of the generated Python module file, if ``module_directory`` is specified. |
