Fix the comment which was borrowed from the IPC driver

Change-Id: If175b23e6d0e4333edadcbda67916f1f4badfe4b
This commit is contained in:
Joshua Harlow 2014-09-18 08:55:51 -07:00
parent a07fe43b3d
commit fccdd173c5
1 changed files with 1 additions and 1 deletions

View File

@ -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