Skip to content

Commit 409feec

Browse files
author
Sean Bleier
committed
Fixing typo.
1 parent e90d2d0 commit 409feec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Standard Django Cache API
1010

1111
:param key: Location of the value
1212
:param default: Value to return if key does not exist in cache.
13-
:rtype: Value what was cached.
13+
:rtype: Value that was cached.
1414

1515

1616
.. function:: add(self, key, value[, timeout=None]):

0 commit comments

Comments
 (0)