shunping commented on code in PR #34899:
URL: https://github.com/apache/beam/pull/34899#discussion_r2098132241


##########
sdks/python/apache_beam/pipeline.py:
##########
@@ -115,13 +115,12 @@
 
 
 class Pipeline(HasDisplayData):
-  """A pipeline object that manages a DAG of
-  :class:`~apache_beam.pvalue.PValue` s and their
-  :class:`~apache_beam.transforms.ptransform.PTransform` s.
+  """A pipeline object that manages a DAG of 
+  :class:`~apache_beam.transforms.ptransform.PTransform` s 
+  and their :class:`~apache_beam.pvalue.PValue` s.
 
-  Conceptually the :class:`~apache_beam.pvalue.PValue` s are the DAG's nodes 
and
-  the :class:`~apache_beam.transforms.ptransform.PTransform` s computing
-  the :class:`~apache_beam.pvalue.PValue` s are the edges.
+  Conceptually the :class:~apache_beam.transforms.ptransform.PTransform` s are 

Review Comment:
   I think you are missing a "`" here. It should be
   ```
   :class:`~apache_beam.transforms.ptransform.PTransform`
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to