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

yhu 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 38f3b21c5c0 Fix small typo on get_table_schema_from_string (#29340)
38f3b21c5c0 is described below

commit 38f3b21c5c09db56c6ce07cc592b486a50958505
Author: Mike Williamson <this.is....@gmail.com>
AuthorDate: Wed Nov 8 02:13:42 2023 +0100

    Fix small typo on get_table_schema_from_string (#29340)
---
 sdks/python/apache_beam/io/gcp/bigquery_tools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/io/gcp/bigquery_tools.py 
b/sdks/python/apache_beam/io/gcp/bigquery_tools.py
index 2f942079528..57acc320e83 100644
--- a/sdks/python/apache_beam/io/gcp/bigquery_tools.py
+++ b/sdks/python/apache_beam/io/gcp/bigquery_tools.py
@@ -1607,7 +1607,7 @@ def get_table_schema_from_string(schema):
 bigquery_v2_messages.TableSchema` instance.
 
   Args:
-    schema (str): The sting schema to be used if the BigQuery table to write
+    schema (str): The string schema to be used if the BigQuery table to write
       has to be created.
 
   Returns:

Reply via email to