Merge "Fix doc which should state fetch() usage"
This commit is contained in:
commit
95cb0625f4
@ -145,7 +145,7 @@ Outputs
|
|||||||
As you can see from examples above, the run method returns all flow outputs in
|
As you can see from examples above, the run method returns all flow outputs in
|
||||||
a ``dict``. This same data can be fetched via
|
a ``dict``. This same data can be fetched via
|
||||||
:py:meth:`~taskflow.storage.Storage.fetch_all` method of the storage. You can
|
:py:meth:`~taskflow.storage.Storage.fetch_all` method of the storage. You can
|
||||||
also get single results using :py:meth:`~taskflow.storage.Storage.fetch_all`.
|
also get single results using :py:meth:`~taskflow.storage.Storage.fetch`.
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
.. doctest::
|
.. doctest::
|
||||||
|
Loading…
Reference in New Issue
Block a user