diff --git a/tooz/drivers/zookeeper.py b/tooz/drivers/zookeeper.py index e64c19bc..de9be32d 100644 --- a/tooz/drivers/zookeeper.py +++ b/tooz/drivers/zookeeper.py @@ -43,7 +43,7 @@ class ZooKeeperLock(locking.Lock): class BaseZooKeeperDriver(coordination.CoordinationDriver): - """Initialize the IPC driver. + """Initialize the zookeeper driver. :param timeout: connection timeout to wait when first connecting to the zookeeper server