From 6833bc1c6cbfd2cdffe7c0276ba9b6b84c63c424 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 21 Jan 2012 18:41:25 -0500 Subject: wrong version here --- mako/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3