summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2020-01-06 14:30:45 +0100
committerDaniel Hahler <git@thequod.de>2020-01-06 14:31:04 +0100
commit390556c1a2418dc3d27f555d6926de2618cfe871 (patch)
treee55e40d163a4a6e97067b9e3163b19ce54cce8d5
parent4fe03dafcdf251739e1fa27843d7167a7b2f2031 (diff)
downloadjinja2-390556c1a2418dc3d27f555d6926de2618cfe871.tar.gz
minor: fix typo in docstring
-rw-r--r--jinja2/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jinja2/environment.py b/jinja2/environment.py
index 8a9548a..1209e9d 100644
--- a/jinja2/environment.py
+++ b/jinja2/environment.py
@@ -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.
"""