From 91ddea3aeafb9ed5e018fdd811a77f25b0f2778f Mon Sep 17 00:00:00 2001 From: John Clover Date: Sat, 2 Jul 2016 14:00:50 -0700 Subject: [PATCH] minor spelling fix explicity -> explicitly --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cf35cd2327..c4fe1b2a84 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