summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2014-09-18 08:55:51 -0700
committerJoshua Harlow <harlowja@gmail.com>2014-09-18 08:55:51 -0700
commitfccdd173c54c1833196969a87b2ae93751990aed (patch)
tree8340d641b38b084ba40277bbd7c5db783994f7ba
parenta07fe43b3d608de6df102d37a3b1fab0b0f93fa0 (diff)
downloadtooz-fccdd173c54c1833196969a87b2ae93751990aed.tar.gz
Fix the comment which was borrowed from the IPC driver
Change-Id: If175b23e6d0e4333edadcbda67916f1f4badfe4b
-rw-r--r--tooz/drivers/zookeeper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooz/drivers/zookeeper.py b/tooz/drivers/zookeeper.py
index 07cf0d2..aa38acf 100644
--- a/tooz/drivers/zookeeper.py
+++ b/tooz/drivers/zookeeper.py
@@ -42,7 +42,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