From 390556c1a2418dc3d27f555d6926de2618cfe871 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 6 Jan 2020 14:30:45 +0100 Subject: minor: fix typo in docstring --- jinja2/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- cgit v1.2.1