shunping commented on code in PR #34899: URL: https://github.com/apache/beam/pull/34899#discussion_r2098134789
########## 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 + the DAG's nodes and the :class:~apache_beam.pvalue.PValue` s are the edges. Review Comment: Same as the previous comment. It should be ``` :class:`~apache_beam.pvalue.PValue` ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
