diff options
Diffstat (limited to 'redis/exceptions.py')
-rw-r--r-- | redis/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/exceptions.py b/redis/exceptions.py index ca2ad87..91eb3c7 100644 --- a/redis/exceptions.py +++ b/redis/exceptions.py @@ -63,7 +63,7 @@ class ModuleError(ResponseError): class LockError(RedisError, ValueError): "Errors acquiring or releasing a lock" - # NOTE: For backwards compatability, this class derives from ValueError. + # NOTE: For backwards compatibility, this class derives from ValueError. # This was originally chosen to behave like threading.Lock. pass |