]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix typo in clear_caches docstring
authorMarcelo Jorge Vieira <metal@alucinados.com>
Fri, 9 Sep 2016 14:14:18 +0000 (11:14 -0300)
committerAdrian <adrian@planetcoding.net>
Fri, 9 Sep 2016 14:14:18 +0000 (16:14 +0200)
jinja2/utils.py

index 2a64ce577d8786f531c3cc1981b56d8e4f81880b..da22e789ab7a01bb3485677bc61b772b5e3ad08b 100644 (file)
@@ -109,7 +109,7 @@ def clear_caches():
     """Jinja2 keeps internal caches for environments and lexers.  These are
     used so that Jinja2 doesn't have to recreate environments and lexers all
     the time.  Normally you don't have to care about that but if you are
-    messuring memory consumption you may want to clean the caches.
+    measuring memory consumption you may want to clean the caches.
     """
     from jinja2.environment import _spontaneous_environments
     from jinja2.lexer import _lexer_cache