summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2014-07-06 21:55:38 -0700
committerAndy McCurdy <andy@andymccurdy.com>2014-07-06 21:55:38 -0700
commit9da5664e9d4b1f95c9c4e01db765996fdbc4dba6 (patch)
tree952097b73b1e55511e99b9f633b3cd755b7df871
parent5bb604242fe258e70742416c9907ce087a713771 (diff)
downloadredis-py-9da5664e9d4b1f95c9c4e01db765996fdbc4dba6.tar.gz
typo
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 271503e..27ff773 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,8 +13,8 @@
either to StrictRedis.__init__ or from_url will still work but will
also emit a DeprecationWarning. Instead use the "encoding" and
"encoding_errors" options.
- * Fixed a compatability bug with Python 3 when sockets the server closes
- a connection.
+ * Fixed a compatability bug with Python 3 when the server closes a
+ connection.
* Added BITPOS command. Thanks https://github.com/jettify.
* 2.10.1
* Fixed a bug where Sentinel connections to a server that's no longer a