Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Kinard <[email protected]>
  • Loading branch information
Polber committed Oct 1, 2024
1 parent 76a600d commit 79b534c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/yaml/yaml_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def convert_to_bytes(row):
else:
raise ValueError(
f"Cannot encode payload for WriteToPubSub. "
f"Expected be valid string or bytes object, "
f"Expected valid string or bytes object, "
f"got {repr(output)} of type {type(output)}.")

return convert_to_bytes
Expand Down

0 comments on commit 79b534c

Please sign in to comment.