]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix typo: apparenlty -> apparently. 820/head
authorJon Dufresne <jon.dufresne@gmail.com>
Sun, 4 Mar 2018 20:15:52 +0000 (12:15 -0800)
committerJon Dufresne <jon.dufresne@gmail.com>
Sun, 4 Mar 2018 20:15:52 +0000 (12:15 -0800)
jinja2/sandbox.py

index 5cf36f90e5794530b61d83f5b20293b9ee688220..03aaebd2eca293061e9a793b49dc7fc08c7c0ae9 100644 (file)
@@ -439,7 +439,7 @@ class ImmutableSandboxedEnvironment(SandboxedEnvironment):
         return not modifies_known_mutable(obj, attr)
 
 
-# This really is not a public API apparenlty.
+# This really is not a public API apparently.
 try:
     from _string import formatter_field_name_split
 except ImportError: