diff genshi/template/base.py @ 492:fd10321bb1ba trunk

Fix docstring typo.
author cmlenz
date Wed, 30 May 2007 08:17:36 +0000
parents b373f80f7763
children 619340e2d805
line wrap: on
line diff
--- a/genshi/template/base.py
+++ b/genshi/template/base.py
@@ -300,7 +300,8 @@
                         template was found
         :param filename: the name of the template file, relative to the given
                          base directory
-        :param loader: the `TemplateLoader` to use for load included templates
+        :param loader: the `TemplateLoader` to use for loading included
+                       templates
         :param encoding: the encoding of the `source`
         :param lookup: the variable lookup mechanism; either "lenient" (the
                        default), "strict", or a custom lookup class
Copyright (C) 2012-2017 Edgewall Software