Stick to one space after a period

Change-Id: I72666a24883e5b42e1ef76d0146d3da40d376ff8
This commit is contained in:
Joshua Harlow
2015-02-24 20:13:29 -08:00
parent 7f9e44d501
commit 1c03996e66

View File

@@ -164,9 +164,9 @@ class BlockingConductor(base.Conductor):
def wait(self, timeout=None):
"""Waits for the conductor to gracefully exit.
This method waits for the conductor to gracefully exit. An optional
This method waits for the conductor to gracefully exit. An optional
timeout can be provided, which will cause the method to return
within the specified timeout. If the timeout is reached, the returned
within the specified timeout. If the timeout is reached, the returned
value will be False.
:param timeout: Maximum number of seconds that the :meth:`wait` method