Skip to content

Commit ea54491

Browse files
committed
Fix doctring typo
1 parent ba3f145 commit ea54491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/bigquery/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2463,7 +2463,7 @@ def load_table_from_dataframe(
24632463
They are supported when using the PARQUET source format, but
24642464
due to the way they are encoded in the ``parquet`` file,
24652465
a mismatch with the existing table schema can occur, so
2466-
REPEATED fields are not properly support when using ``pyarrow<4.0.0``
2466+
REPEATED fields are not properly supported when using ``pyarrow<4.0.0``
24672467
using the parquet format.
24682468
24692469
https://github.com/googleapis/python-bigquery/issues/19

0 commit comments

Comments
 (0)