AnandInguva commented on code in PR #28077:
URL: https://github.com/apache/beam/pull/28077#discussion_r1300362477


##########
website/www/site/content/en/documentation/programming-guide.md:
##########
@@ -834,12 +834,18 @@ func init() {
 
 ##### 4.2.1.1. Applying ParDo {#applying-pardo}
 
-{{< paragraph class="language-java language-py" >}}
+{{< paragraph class="language-java">}}
 Like all Beam transforms, you apply `ParDo` by calling the `apply` method on 
the
 input `PCollection` and passing `ParDo` as an argument, as shown in the
 following example code:
 {{< /paragraph >}}
 
+{{< paragraph class="language-py">}}
+Like all Beam transforms, you apply `ParDo` by calling the `beam.ParDo` method 
on the

Review Comment:
   ```suggestion
   Like all Beam transforms, you apply `ParDo` by calling the `beam.ParDo` 
instance on the
   ```
   
   or class?



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

Reply via email to