Skip to content

Commit

Permalink
collections.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jul 20, 2019
1 parent 3da4337 commit 329a5a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Collection constructor supports following arguments:

Collection has two method to launch stored functions:

* **run** returns result dict as { '<function>': '<function_return>',... }
* **run** returns result dict as *{ '<function>': '<function_return>',... }*

* **execute** returns a tuple: ( result, all_ok ), where all_ok is *True* if no
function raised an exception.
* **execute** returns a tuple: *( result, all_ok )*, where all_ok is *True* if
no function raised an exception.

TaskCollection
==============
Expand Down

0 comments on commit 329a5a1

Please sign in to comment.