We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2dc4ee commit e64ea13Copy full SHA for e64ea13
doc/src/api_manual/pipeline.rst
@@ -184,9 +184,9 @@ PipelineOp Attributes
184
PipelineOpResult Objects
185
========================
186
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.
+When :meth:`AsyncConnection.run_pipeline()` is called, it returns a list of
+PipelineOpResult objects. These objects contain the results of the executed
+:ref:`PipelineOp objects <pipelineopobjs>` operations.
190
191
PipelineOpResult Attributes
192
---------------------------
0 commit comments