Stick to one space after a period
Change-Id: I72666a24883e5b42e1ef76d0146d3da40d376ff8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user