Commit 409feece authored by Sean Bleier's avatar Sean Bleier

Fixing typo.

parent e90d2d09
......@@ -10,7 +10,7 @@ Standard Django Cache API
:param key: Location of the value
:param default: Value to return if key does not exist in cache.
:rtype: Value what was cached.
:rtype: Value that was cached.
.. function:: add(self, key, value[, timeout=None]):
......
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