Browse Source

Merge branch 'master' into config-support

pull/1638/head
Armin Ronacher 15 years ago
parent
commit
78fc9949aa
  1. 2
      docs/patterns/caching.rst

2
docs/patterns/caching.rst

@ -34,7 +34,7 @@ memcached server then::
from werkzeug.contrib.cache import MemcachedCache
cache = MemcachedCache(['127.0.0.1:11211'])
If you are using appengine, you can connect to the appengine memcache
If you are using App Engine, you can connect to the App Engine memcache
server easily::
from werkzeug.contrib.cache import GAEMemcachedCache

Loading…
Cancel
Save