From: Jon Dufresne Date: Sun, 4 Mar 2018 20:15:52 +0000 (-0800) Subject: Fix typo: apparenlty -> apparently. X-Git-Tag: 2.11.0~124^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F820%2Fhead;p=thirdparty%2Fjinja.git Fix typo: apparenlty -> apparently. --- diff --git a/jinja2/sandbox.py b/jinja2/sandbox.py index 5cf36f90..03aaebd2 100644 --- a/jinja2/sandbox.py +++ b/jinja2/sandbox.py @@ -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: