Skip to content

Commit e4c891f

Browse files
authored
Update coders.py
1 parent 69b7026 commit e4c891f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/apache_beam/coders/coders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def version_tag(self) -> str:
399399
"""For internal use. Appends a version tag to the coder key in the pipeline
400400
proto. Some runners (e.g. DataflowRunner) use coder key/id to verify if a
401401
pipeline is update compatible. If the implementation of a coder changed
402-
in an update incompatible way a version tag can be added to fail compat
402+
in an update incompatible way a version tag can be added to fail
403403
compatibility checks.
404404
"""
405405
return ""

0 commit comments

Comments
 (0)