From 79b534c8941e7b485e9b8b220a09948b9c6163f3 Mon Sep 17 00:00:00 2001 From: Jeffrey Kinard Date: Tue, 1 Oct 2024 16:16:09 -0400 Subject: [PATCH] fix typo Signed-off-by: Jeffrey Kinard --- sdks/python/apache_beam/yaml/yaml_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/apache_beam/yaml/yaml_io.py b/sdks/python/apache_beam/yaml/yaml_io.py index 255ffa2069f9..2492d3b15a90 100644 --- a/sdks/python/apache_beam/yaml/yaml_io.py +++ b/sdks/python/apache_beam/yaml/yaml_io.py @@ -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