summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2018-12-29 15:19:34 -0800
committerAndy McCurdy <andy@andymccurdy.com>2018-12-29 15:19:34 -0800
commit1214b357badb2cfa2a85a462d8e35749785d0744 (patch)
tree462211ef2dcfc5696a30a8719abab9ee8e666f74
parentda459c2c4f89dae79d0a205db04727d4643f12b0 (diff)
downloadredis-py-1214b357badb2cfa2a85a462d8e35749785d0744.tar.gz
typo
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2b4fb85..968b21e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
* 3.1.0 (in development)
* Added a reacquire method to Lock objects. reaquire attempts to renew
- the lock such that the timeout is extended to the same value taht the
+ the lock such that the timeout is extended to the same value that the
lock was initially acquired with. Thanks Ihor Kalnytskyi. #1014
* Stream names found within XREAD and XREADGROUP responses now properly
respect the decode_responses flag.