pabloem commented on a change in pull request #11790:
URL: https://github.com/apache/beam/pull/11790#discussion_r441130698



##########
File path: website/www/site/content/en/documentation/programming-guide.md
##########
@@ -1842,6 +1847,9 @@ transform's intermediate data changes type multiple times.
 {{< github_sample 
"/apache/beam/blob/master/sdks/python/apache_beam/examples/snippets/snippets.py"
 pipeline_monitoring_composite >}}
 {{< /highlight >}}
 
+Note that because `Count` is itself a composite transform,

Review comment:
       done

##########
File path: website/www/site/content/en/documentation/programming-guide.md
##########
@@ -527,7 +530,7 @@ The graph of this pipeline looks like the following:
 *Figure 1: A linear pipeline with three sequential transforms.*
 
 However, note that a transform *does not consume or otherwise alter* the input
-collection--remember that a `PCollection` is immutable by definition. This 
means
+collection - remember that a `PCollection` is immutable by definition. This 
means

Review comment:
       done




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to