diff options
Diffstat (limited to 'redis/client.py')
-rw-r--r-- | redis/client.py | 2 |
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. |