Skip to content

Commit

Permalink
Fixed typo in lru_cache.py; refs #21351.
Browse files Browse the repository at this point in the history
  • Loading branch information
vajrasky authored and bmispelon committed Nov 12, 2013
1 parent bc742ca commit 8ed9646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/utils/lru_cache.py
Expand Up @@ -2,7 +2,7 @@
from functools import lru_cache

except ImportError:
# backport of Python's 3.2 lru_cache, written by Raymond Hettinger and
# backport of Python's 3.3 lru_cache, written by Raymond Hettinger and
# licensed under MIT license, from:
# <http://code.activestate.com/recipes/578078-py26-and-py30-backport-of-python-33s-lru-cache/>
# Should be removed when Django only supports Python 3.2 and above.
Expand Down

0 comments on commit 8ed9646

Please sign in to comment.