Commit cef1bc87 authored by Matthew Madurski's avatar Matthew Madurski Committed by Tim Graham
Browse files

[1.8.x] Fixed typo in BaseCache.delete_many() docstring.

Backport of 7df9aa3a from master
parent 83174866
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ class BaseCache(object):

    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
        times.
        """