summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-09 06:26:58 +0000
committerGerrit Code Review <review@openstack.org>2016-07-09 06:26:58 +0000
commit8a3ca1073952d61918289465f50086c54244f1a3 (patch)
treeeb1d1c267c9be41c90f1f31c117c9a35715db7ad
parent66e2399a45ec9fcb3aaf35b1df850d5a3ec6d658 (diff)
parent6ca905c1a2d46e65d658be783f80941470aed894 (diff)
downloadtaskflow-8a3ca1073952d61918289465f50086c54244f1a3.tar.gz
Merge "Fixes: typo error in comments"
-rw-r--r--taskflow/examples/99_bottles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/examples/99_bottles.py b/taskflow/examples/99_bottles.py
index d4255b6..89ed6fb 100644
--- a/taskflow/examples/99_bottles.py
+++ b/taskflow/examples/99_bottles.py
@@ -110,7 +110,7 @@ def make_bottles(count):
def run_conductor(only_run_once=False):
- # This continuously consumers until its stopped via ctrl-c or other
+ # This continuously runs consumers until its stopped via ctrl-c or other
# kill signal...
event_watches = {}