Skip to content

Commit e64ea13

Browse files
Doc tweak.
1 parent d2dc4ee commit e64ea13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/api_manual/pipeline.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ PipelineOp Attributes
184184
PipelineOpResult Objects
185185
========================
186186

187-
PipelineOpResult objects are returned in list when calling
188-
:meth:`AsyncConnection.run_pipeline()`. These objects contain the results of
189-
the executed :ref:`PipelineOp objects <pipelineopobjs>` operations.
187+
When :meth:`AsyncConnection.run_pipeline()` is called, it returns a list of
188+
PipelineOpResult objects. These objects contain the results of the executed
189+
:ref:`PipelineOp objects <pipelineopobjs>` operations.
190190

191191
PipelineOpResult Attributes
192192
---------------------------

0 commit comments

Comments
 (0)