From: Daniel Hahler Date: Mon, 6 Jan 2020 13:30:45 +0000 (+0100) Subject: minor: fix typo in docstring X-Git-Tag: 2.11.0~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1123%2Fhead;p=thirdparty%2Fjinja.git minor: fix typo in docstring --- diff --git a/jinja2/environment.py b/jinja2/environment.py index 8a9548ae..1209e9d6 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. """