Skip to content

Commit ee57aad

Browse files
AaronTrelstadliferoad
authored andcommitted
Fix typo in BigQuery Python Documentation (apache#34317)
1 parent 2b8ea8a commit ee57aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)