From: fsp Date: Sun, 30 Mar 2014 06:18:10 +0000 (+0800) Subject: Fixed typo X-Git-Tag: 2.8~81^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F314%2Fhead;p=thirdparty%2Fjinja.git Fixed typo --- diff --git a/jinja2/environment.py b/jinja2/environment.py index 45fabada..2099860b 100644 --- a/jinja2/environment.py +++ b/jinja2/environment.py @@ -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'``.