summaryrefslogtreecommitdiff
path: root/redis/client.py
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2014-05-07 02:36:54 -0400
committerAndy McCurdy <andy@andymccurdy.com>2014-05-07 02:36:54 -0400
commit38a6c2d83a8050bddd77becbcabca90914ceb515 (patch)
tree7cd1c218154e1a69bea303a812e70f1936fe02d1 /redis/client.py
parent2b16f42885a9127c6861470e45546fe52e511d60 (diff)
parenta801ea03186e86eea5b45effba214d0b066759b6 (diff)
downloadredis-py-38a6c2d83a8050bddd77becbcabca90914ceb515.tar.gz
Merge pull request #431 from marcelometal/master
Fixed typo in client.py
Diffstat (limited to 'redis/client.py')
-rw-r--r--redis/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/client.py b/redis/client.py
index d761e6a..f1b389c 100644
--- a/redis/client.py
+++ b/redis/client.py
@@ -2565,7 +2565,7 @@ class Lock(object):
def __init__(self, redis, name, timeout=None, sleep=0.1):
"""
- Create a new Lock instnace named ``name`` using the Redis client
+ Create a new Lock instance named ``name`` using the Redis client
supplied by ``redis``.
``timeout`` indicates a maximum life for the lock.