Skip to content

Commit d4f55a1

Browse files
Update pandas/io/parquet.py
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
1 parent dac237a commit d4f55a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def read_parquet(
576576
.. versionadded:: 2.1.0
577577
578578
to_pandas_kwargs : dict | None, default None
579-
Keyword arguments to pass through to ``pyarrow.Table.to_pandas``
579+
Keyword arguments to pass through to :func:`pyarrow.Table.to_pandas`
580580
when ``engine="pyarrow"``.
581581
582582
.. versionadded:: 3.0.0

0 commit comments

Comments
 (0)