From a922a5f331b4b4ad2207a58771a2d7d9a487f4d1 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 4 Mar 2018 12:15:52 -0800 Subject: [PATCH] Fix typo: apparenlty -> apparently. --- jinja2/sandbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2