You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2020/09/18 18:30:54 UTC

[beam] branch TheNeuralBit-patch-2 created (now c9594b8)

This is an automated email from the ASF dual-hosted git repository.

bhulette pushed a change to branch TheNeuralBit-patch-2
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at c9594b8  Fix broken link

This branch includes the following new commits:

     new c9594b8  Fix broken link

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Fix broken link

Posted by bh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bhulette pushed a commit to branch TheNeuralBit-patch-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit c9594b828d836b2a937e1d2c4eaad59a22f9cc26
Author: Brian Hulette <bh...@google.com>
AuthorDate: Fri Sep 18 11:30:26 2020 -0700

    Fix broken link
---
 .../content/en/documentation/transforms/python/elementwise/pardo.md     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/www/site/content/en/documentation/transforms/python/elementwise/pardo.md b/website/www/site/content/en/documentation/transforms/python/elementwise/pardo.md
index 91c6715..1608970 100644
--- a/website/www/site/content/en/documentation/transforms/python/elementwise/pardo.md
+++ b/website/www/site/content/en/documentation/transforms/python/elementwise/pardo.md
@@ -19,7 +19,7 @@ limitations under the License.
 
 {{< localstorage language language-py >}}
 
-{{< button-pydoc path="apache_beam.transforms.core" class="Pardo" >}}
+{{< button-pydoc path="apache_beam.transforms.core" class="ParDo" >}}
 
 A transform for generic parallel processing.
 A `ParDo` transform considers each element in the input `PCollection`,