summaryrefslogtreecommitdiff
path: root/memcache.py
diff options
context:
space:
mode:
Diffstat (limited to 'memcache.py')
-rw-r--r--memcache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/memcache.py b/memcache.py
index 7e33c84..247a2ba 100644
--- a/memcache.py
+++ b/memcache.py
@@ -26,7 +26,7 @@ This should give you a feel for how this module operates::
mc.incr("key")
mc.decr("key")
-The standard way to use memcache with a database is like this::
+The standard way to use memcache with a database is like this:
key = derive_key(obj)
obj = mc.get(key)