summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-21 18:41:25 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-21 18:41:25 -0500
commit6833bc1c6cbfd2cdffe7c0276ba9b6b84c63c424 (patch)
tree4a2a8219f411e73e232cfb566692c1a09724dfa4
parent8109f791e190dc9c500d7238090db7197220ff58 (diff)
downloadmako-6833bc1c6cbfd2cdffe7c0276ba9b6b84c63c424.tar.gz
wrong version here
-rw-r--r--mako/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mako/cache.py b/mako/cache.py
index fe34073..6688a56 100644
--- a/mako/cache.py
+++ b/mako/cache.py
@@ -16,7 +16,7 @@ class Cache(object):
"""Represents a data content cache made available to the module
space of a specific :class:`.Template` object.
- As of Mako 0.5.1, :class:`.Cache` by itself is mostly a
+ As of Mako 0.6, :class:`.Cache` by itself is mostly a
container for a :class:`.CacheImpl` object, which implements
a fixed API to provide caching services; specific subclasses exist to
implement different