diff options
Diffstat (limited to 'kazoo/exceptions.py')
| -rw-r--r-- | kazoo/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kazoo/exceptions.py b/kazoo/exceptions.py index 6ab092f..66366aa 100644 --- a/kazoo/exceptions.py +++ b/kazoo/exceptions.py @@ -13,7 +13,7 @@ class ZookeeperError(KazooException): class CancelledError(KazooException): - """Raised when a process is cancelled by another thread""" + """Raised when a process is canceled by another thread""" class ConfigurationError(KazooException): |
