diff options
| author | skudriashev <skudriashev@griddynamics.com> | 2014-01-26 01:51:47 +0200 |
|---|---|---|
| committer | skudriashev <skudriashev@griddynamics.com> | 2014-01-26 23:08:39 +0200 |
| commit | aea1f401eb6e4482aca6e885c46b183e5b7f47eb (patch) | |
| tree | 685ad07dec492f661f9e08588f30b00462e52795 /taskflow/patterns/graph_flow.py | |
| parent | fb260078ec1b19953ea8f920364776e7c78bcf43 (diff) | |
| download | taskflow-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.py | 2 |
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 |
