summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-18 18:05:07 +0000
committerGerrit Code Review <review@openstack.org>2014-09-18 18:05:07 +0000
commit0df6d848ea733fbe0f732e1132687c9e14b668b2 (patch)
treecbc3ca3cce54b90579e58c68ad048b08983a95ea
parent9d0836c710f1d7fc248c014f2726c686046a2ee3 (diff)
parentfccdd173c54c1833196969a87b2ae93751990aed (diff)
downloadtooz-0df6d848ea733fbe0f732e1132687c9e14b668b2.tar.gz
Merge "Fix the comment which was borrowed from the IPC driver"
-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 e64c19b..de9be32 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