summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortk <kanet77@users.noreply.github.com>2017-09-19 05:52:01 -0500
committerTim Graham <timograham@gmail.com>2017-09-19 06:52:28 -0400
commit979d2ebea613e763f409e280f0430e31f800b3f5 (patch)
tree4ea72bb61a95c4b7b62e6abaa5faf087c004dac2 /docs
parentcee07ba0880e9d1396795e4823a7371da90cc5cc (diff)
[1.11.x] Fixed typo in docs/topics/cache.txt.
Backport of e7adad27f30396823f3609fcb8699cefb25278bb from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/cache.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt
index fc10025ce5..168b873b83 100644
--- a/docs/topics/cache.txt
+++ b/docs/topics/cache.txt
@@ -895,7 +895,7 @@ from the cache, not just the keys set by your application. ::
You can also increment or decrement a key that already exists using the
``incr()`` or ``decr()`` methods, respectively. By default, the existing cache
-value will incremented or decremented by 1. Other increment/decrement values
+value will be incremented or decremented by 1. Other increment/decrement values
can be specified by providing an argument to the increment/decrement call. A
ValueError will be raised if you attempt to increment or decrement a
nonexistent cache key.::