]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fixed typo 314/head
authorfsp <fsp261@gmail.com>
Sun, 30 Mar 2014 06:18:10 +0000 (14:18 +0800)
committerfsp <fsp261@gmail.com>
Sun, 30 Mar 2014 06:18:10 +0000 (14:18 +0800)
jinja2/environment.py

index 45fabada2eb238504e1c0ccda6e42fd9cf2e707e..2099860b3a8ddf05318bfa2afeb02f35497aa9a6 100644 (file)
@@ -603,7 +603,7 @@ class Environment(object):
                           ignore_errors=True, py_compile=False):
         """Finds all the templates the loader can find, compiles them
         and stores them in `target`.  If `zip` is `None`, instead of in a
-        zipfile, the templates will be will be stored in a directory.
+        zipfile, the templates will be stored in a directory.
         By default a deflate zip algorithm is used, to switch to
         the stored algorithm, `zip` can be set to ``'stored'``.