summaryrefslogtreecommitdiff
path: root/taskflow/conductors
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2015-02-24 20:13:29 -0800
committerJoshua Harlow <harlowja@gmail.com>2015-02-24 20:13:50 -0800
commit1c03996e66af42e72c0925c777dd785830e5bf13 (patch)
treef6a93fadf7059efd27c084c96627bc3b266bd3c9 /taskflow/conductors
parent7f9e44d501c8437ace195f0cb01c95ef5d0b8105 (diff)
downloadtaskflow-1c03996e66af42e72c0925c777dd785830e5bf13.tar.gz
Stick to one space after a period
Change-Id: I72666a24883e5b42e1ef76d0146d3da40d376ff8
Diffstat (limited to 'taskflow/conductors')
-rw-r--r--taskflow/conductors/backends/impl_blocking.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/taskflow/conductors/backends/impl_blocking.py b/taskflow/conductors/backends/impl_blocking.py
index c53248e..1f6a9ee 100644
--- a/taskflow/conductors/backends/impl_blocking.py
+++ b/taskflow/conductors/backends/impl_blocking.py
@@ -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