summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@whiskeymedia.com>2011-07-13 13:42:11 -0700
committerandy <andy@whiskeymedia.com>2011-07-13 13:42:11 -0700
commit0697b79b91196a826d05e346b3436fe7ff2cf929 (patch)
tree9487ee0bcb9f5ec7738225523b69e497298efab4
parent498e820c684a6b3897e5acee5fe393e9cbfa6480 (diff)
downloadredis-py-0697b79b91196a826d05e346b3436fe7ff2cf929.tar.gz
typo in changelog
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 0d63f9b..a4e5617 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,8 +8,8 @@
additional optional argument, score_cast_func, which is a callable used
to cast the score value in the return type. The default is float.
* Removed the PUBLISH method from the PubSub class. Connections that are
- [P]SUBSCRIBEd cannot issue PUBLISH commands, so it doesn't make to have
- it here.
+ [P]SUBSCRIBEd cannot issue PUBLISH commands, so it doesn't make sense
+ to have it here.
* Pipelines now contain WATCH and UNWATCH. Calling WATCH or UNWATCH from
the base client class will result in a deprecation warning. After
WATCHing one or more keys, the pipeline will be placed in immediate