Skip to content

Commit

Permalink
Fix typo in clear_caches docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelometal authored and ThiefMaster committed Sep 9, 2016
1 parent 312cf9a commit 390c3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jinja2/utils.py
Expand Up @@ -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
Expand Down

0 comments on commit 390c3ce

Please sign in to comment.