From fccdd173c54c1833196969a87b2ae93751990aed Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 18 Sep 2014 08:55:51 -0700 Subject: [PATCH] Fix the comment which was borrowed from the IPC driver Change-Id: If175b23e6d0e4333edadcbda67916f1f4badfe4b --- tooz/drivers/zookeeper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooz/drivers/zookeeper.py b/tooz/drivers/zookeeper.py index 07cf0d26..aa38acf5 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