summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Clover <github@jclover.info>2016-07-02 14:00:50 -0700
committerGitHub <noreply@github.com>2016-07-02 14:00:50 -0700
commit91ddea3aeafb9ed5e018fdd811a77f25b0f2778f (patch)
tree4a9bc87dc60a32cb1ebc5e5b49e01e775903451d
parenteae07e76b6524e6772be60169549766e7826419a (diff)
downloadredis-py-91ddea3aeafb9ed5e018fdd811a77f25b0f2778f.tar.gz
minor spelling fix
explicity -> explicitly
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index cf35cd2..c4fe1b2 100644
--- a/README.rst
+++ b/README.rst
@@ -291,7 +291,7 @@ duration of a WATCH, care must be taken to ensure that the connection is
returned to the connection pool by calling the reset() method. If the
Pipeline is used as a context manager (as in the example above) reset()
will be called automatically. Of course you can do this the manual way by
-explicity calling reset():
+explicitly calling reset():
.. code-block:: pycon