Fix docstring typo.
authorGeorg Brandl <georg@python.org>
Sun, 16 Sep 2007 06:00:56 +0000 (08:00 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 16 Sep 2007 06:00:56 +0000 (08:00 +0200)
--HG--
branch : trunk

jinja/environment.py

index c815f5997e0dd24efe69841f18c56d4ecf807032..86983d88f0c0376c6c56bd821f30b7d93e19d5eb 100644 (file)
@@ -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