Skip to content

Commit 590fb30

Browse files
committed
revert typo
1 parent 2abba11 commit 590fb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,7 @@ def to_pandas_batches(
19281928
Iterable[pandas.DataFrame]:
19291929
An iterable of smaller dataframes which combine to
19301930
form the original dataframe. Results stream from bigquery,
1931-
see https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.table.RowIterator#google_cloud_bigquery_table_RowIterator_to_arrow_iterabl
1931+
see https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.table.RowIterator#google_cloud_bigquery_table_RowIterator_to_arrow_iterable
19321932
"""
19331933
return self._to_pandas_batches(
19341934
page_size=page_size,

0 commit comments

Comments
 (0)