This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch damccorm-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 35047bbd86fce96831e728976d6d56f2f812d09a Author: Danny McCormick <[email protected]> AuthorDate: Wed Dec 6 09:34:28 2023 -0500 fix whitespace check --- sdks/python/apache_beam/yaml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/apache_beam/yaml/README.md b/sdks/python/apache_beam/yaml/README.md index 0b5c118ba8a..395cd532196 100644 --- a/sdks/python/apache_beam/yaml/README.md +++ b/sdks/python/apache_beam/yaml/README.md @@ -45,7 +45,7 @@ easily manipulated and semantically meaningful than the Beam protos themselves (which concern themselves more with execution). It should be noted that everything here is still under development, but any -features already included are considered stable. Feedback is welcome at +features already included are considered stable. Feedback is welcome at [email protected]. ## Example pipelines
