From 48196fb4f84a7a3ad2a3c54691e66d071b564175 Mon Sep 17 00:00:00 2001 From: fsp Date: Sun, 30 Mar 2014 14:18:10 +0800 Subject: [PATCH] Fixed typo --- jinja2/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'``. -- 2.47.2