Kaydet (Commit) 7df9aa3a authored tarafından Matthew Madurski's avatar Matthew Madurski Kaydeden (comit) Tim Graham

Fixed typo in BaseCache.delete_many() docstring.

üst 69208a5a
...@@ -216,7 +216,7 @@ class BaseCache(object): ...@@ -216,7 +216,7 @@ class BaseCache(object):
def delete_many(self, keys, version=None): def delete_many(self, keys, version=None):
""" """
Set a bunch of values in the cache at once. For certain backends Delete a bunch of values in the cache at once. For certain backends
(memcached), this is much more efficient than calling delete() multiple (memcached), this is much more efficient than calling delete() multiple
times. times.
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment