Skip to content

Commit dac237a

Browse files
committed
try to fix docstring
1 parent 1c0cd02 commit dac237a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/parquet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,8 @@ def read_parquet(
575575
576576
.. versionadded:: 2.1.0
577577
578-
to_pandas_kwargs: dict | None, default None
579-
keyword arguments to pass through to ``pyarrow.Table.to_pandas``
578+
to_pandas_kwargs : dict | None, default None
579+
Keyword arguments to pass through to ``pyarrow.Table.to_pandas``
580580
when ``engine="pyarrow"``.
581581
582582
.. versionadded:: 3.0.0

0 commit comments

Comments
 (0)