summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2014-01-25 23:45:05 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2014-01-25 23:45:05 -0500
commita83ae21fc1256bc6121a302c5ada1797b73728d4 (patch)
treee0de9c413008897599138ff05e633eb14abc8cfc /CHANGES
parent91a0b8b13b46bd8ea99b61823860ce9c8c3b67f6 (diff)
downloadredis-py-a83ae21fc1256bc6121a302c5ada1797b73728d4.tar.gz
Fix argument spelling
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index ac1bbd0..0c353d2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -257,8 +257,8 @@
threads will retrieve an available connection from the pool, use it and
release it. It should now be trivial to use redis-py with eventlet or
greenlet.
- * ZADD now accepts pairs of value=score keyword arguements. This should help
- resolve the long standing #72. The older value and score arguements have
+ * ZADD now accepts pairs of value=score keyword arguments. This should help
+ resolve the long standing #72. The older value and score arguments have
been deprecated in favor of the keyword argument style.
* Client instances now get their own copy of RESPONSE_CALLBACKS. The new
set_response_callback method adds a user defined callback to the instance.