diff options
author | Andy McCurdy <andy@andymccurdy.com> | 2016-07-04 10:02:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-04 10:02:49 -0400 |
commit | f71a32466efa5814566bf779805e2d19c9cc9605 (patch) | |
tree | 4a9bc87dc60a32cb1ebc5e5b49e01e775903451d | |
parent | eae07e76b6524e6772be60169549766e7826419a (diff) | |
parent | 91ddea3aeafb9ed5e018fdd811a77f25b0f2778f (diff) | |
download | redis-py-f71a32466efa5814566bf779805e2d19c9cc9605.tar.gz |
Merge pull request #758 from radiofreejohn/patch-1
minor spelling fix
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |