]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix typo
authorMin ho Kim <minho42@gmail.com>
Thu, 25 Jul 2019 13:28:26 +0000 (23:28 +1000)
committerAdrian <adrian@planetcoding.net>
Thu, 25 Jul 2019 13:29:57 +0000 (15:29 +0200)
jinja2/runtime.py

index 026ddd84ebde5d214c726d781a839a8237a010e3..92cd99a64442f4670ee1725c3bc94b7a9df5f7a4 100644 (file)
@@ -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: