Skip to content

Commit 9da6f86

Browse files
Fix typo in BigQuery Python Documentation (#34317)
1 parent 0e73055 commit 9da6f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/apache_beam/io/gcp/bigquery.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def compute_table_name(row):
238238
239239
Chaining of operations after WriteToBigQuery
240240
--------------------------------------------
241-
WritToBigQuery returns an object with several PCollections that consist of
241+
WriteToBigQuery returns an object with several PCollections that consist of
242242
metadata about the write operations. These are useful to inspect the write
243243
operation and follow with the results::
244244

0 commit comments

Comments
 (0)