]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
minor: fix typo in docstring 1123/head
authorDaniel Hahler <git@thequod.de>
Mon, 6 Jan 2020 13:30:45 +0000 (14:30 +0100)
committerDaniel Hahler <git@thequod.de>
Mon, 6 Jan 2020 13:31:04 +0000 (14:31 +0100)
jinja2/environment.py

index 8a9548aec50172605521466e3e729738c9bfcdac..1209e9d6b1f8634ba4c16c15990f32bb274565b6 100644 (file)
@@ -1042,7 +1042,7 @@ class Template(object):
         """Create a new :class:`Context` for this template.  The vars
         provided will be passed to the template.  Per default the globals
         are added to the context.  If shared is set to `True` the data
-        is passed as it to the context without adding the globals.
+        is passed as is to the context without adding the globals.
 
         `locals` can be a dict of local variables for internal usage.
         """