From 1c03996e66af42e72c0925c777dd785830e5bf13 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 24 Feb 2015 20:13:29 -0800 Subject: [PATCH] Stick to one space after a period Change-Id: I72666a24883e5b42e1ef76d0146d3da40d376ff8 --- taskflow/conductors/backends/impl_blocking.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskflow/conductors/backends/impl_blocking.py b/taskflow/conductors/backends/impl_blocking.py index c53248ee..1f6a9ee6 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