shunping commented on code in PR #34899: URL: https://github.com/apache/beam/pull/34899#discussion_r2094301507
########## sdks/python/apache_beam/pipeline.py: ########## @@ -114,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 Review Comment: Could you fix the lint on this line? ``` apache_beam/pipeline.py:122:0: C0301: Line too long (98/80) (line-too-long) ``` -- 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