From: Georg Brandl Date: Sun, 16 Sep 2007 06:00:56 +0000 (+0200) Subject: Fix docstring typo. X-Git-Tag: 2.0rc1~268^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc991b1995e0c18f1b200efef8faa0009fd03c42;p=thirdparty%2Fjinja.git Fix docstring typo. --HG-- branch : trunk --- diff --git a/jinja/environment.py b/jinja/environment.py index c815f599..86983d88 100644 --- a/jinja/environment.py +++ b/jinja/environment.py @@ -81,7 +81,7 @@ class Environment(object): `auto_escape` is ``True`` there will be also a ``Markup`` object in the template namespace to define partial html fragments. - Note that we do not recomment this feature. + Note that we do not recommend this feature. `default_filters` list of tuples in the form (``filter_name``, ``arguments``) where ``filter_name`` is the name of a registered filter and