summaryrefslogtreecommitdiff
path: root/taskflow/patterns/graph_flow.py
diff options
context:
space:
mode:
authorskudriashev <skudriashev@griddynamics.com>2014-01-26 01:51:47 +0200
committerskudriashev <skudriashev@griddynamics.com>2014-01-26 23:08:39 +0200
commitaea1f401eb6e4482aca6e885c46b183e5b7f47eb (patch)
tree685ad07dec492f661f9e08588f30b00462e52795 /taskflow/patterns/graph_flow.py
parentfb260078ec1b19953ea8f920364776e7c78bcf43 (diff)
downloadtaskflow-aea1f401eb6e4482aca6e885c46b183e5b7f47eb.tar.gz
Doc strings and comments clean-up
* Added missing period for doc strings * Correct syntax errors * Remove H402 from flake8 ignore list Change-Id: Ia8592bf99378e3658d6cca2ceb148bf9eb0b5de8
Diffstat (limited to 'taskflow/patterns/graph_flow.py')
-rw-r--r--taskflow/patterns/graph_flow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/patterns/graph_flow.py b/taskflow/patterns/graph_flow.py
index 56c77b5..ddd27fb 100644
--- a/taskflow/patterns/graph_flow.py
+++ b/taskflow/patterns/graph_flow.py
@@ -27,7 +27,7 @@ from taskflow.utils import graph_utils
class Flow(flow.Flow):
- """Graph flow pattern
+ """Graph flow pattern.
Contained *flows/tasks* will be executed according to their dependencies
which will be resolved by using the *flows/tasks* provides and requires