From 9da5664e9d4b1f95c9c4e01db765996fdbc4dba6 Mon Sep 17 00:00:00 2001 From: Andy McCurdy Date: Sun, 6 Jul 2014 21:55:38 -0700 Subject: [PATCH] typo --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 271503e114..27ff773af8 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