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

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new e4c891fffe7 Update coders.py
e4c891fffe7 is described below

commit e4c891fffe74df5a23d89f798bd71be498f02895
Author: tvalentyn <[email protected]>
AuthorDate: Wed Oct 1 10:09:06 2025 -0700

    Update coders.py
---
 sdks/python/apache_beam/coders/coders.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/coders/coders.py 
b/sdks/python/apache_beam/coders/coders.py
index b66d10fb9f1..f10456dea74 100644
--- a/sdks/python/apache_beam/coders/coders.py
+++ b/sdks/python/apache_beam/coders/coders.py
@@ -399,7 +399,7 @@ class Coder(object):
     """For internal use. Appends a version tag to the coder key in the pipeline
     proto. Some runners (e.g. DataflowRunner) use coder key/id to verify if a
     pipeline is update compatible. If the implementation of a coder changed
-    in an update incompatible way a version tag can be added to fail compat
+    in an update incompatible way a version tag can be added to fail
     compatibility checks.
     """
     return ""

Reply via email to