From: Min ho Kim Date: Thu, 25 Jul 2019 13:28:26 +0000 (+1000) Subject: Fix typo X-Git-Tag: 2.11.0~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0209b0fc62729170e0af0d8114463186d575d4b1;p=thirdparty%2Fjinja.git Fix typo --- diff --git a/jinja2/runtime.py b/jinja2/runtime.py index 026ddd84..92cd99a6 100644 --- a/jinja2/runtime.py +++ b/jinja2/runtime.py @@ -58,7 +58,7 @@ def unicode_join(seq): def new_context(environment, template_name, blocks, vars=None, shared=None, globals=None, locals=None): - """Internal helper to for context creation.""" + """Internal helper for context creation.""" if vars is None: vars = {} if shared: