From: Marcelo Jorge Vieira Date: Fri, 9 Sep 2016 14:14:18 +0000 (-0300) Subject: Fix typo in clear_caches docstring X-Git-Tag: 2.9~27^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=390c3cec2bbab50d0ba276d8fea61e27d582172a;p=thirdparty%2Fjinja.git Fix typo in clear_caches docstring --- diff --git a/jinja2/utils.py b/jinja2/utils.py index 2a64ce57..da22e789 100644 --- a/jinja2/utils.py +++ b/jinja2/utils.py @@ -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