Skip to content

Commit 058b7b7

Browse files
committed
revert typo
1 parent 37eab08 commit 058b7b7

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
@@ -1933,7 +1933,7 @@ def to_pandas_batches(
19331933
Iterable[pandas.DataFrame]:
19341934
An iterable of smaller dataframes which combine to
19351935
form the original dataframe. Results stream from bigquery,
1936-
see https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.table.RowIterator#google_cloud_bigquery_table_RowIterator_to_arrow_iterabl
1936+
see https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.table.RowIterator#google_cloud_bigquery_table_RowIterator_to_arrow_iterable
19371937
"""
19381938
return self._to_pandas_batches(
19391939
page_size=page_size,

0 commit comments

Comments
 (0)