Skip to content

Commit

Permalink
Backport PR pandas-dev#56721: DOC: Fixup read_csv docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored and meeseeksmachine committed Jan 3, 2024
1 parent 24ce4e1 commit 32d9796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/parsers/readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
- Callable, function with signature
as described in `pyarrow documentation
<https://arrow.apache.org/docs/python/generated/pyarrow.csv.ParseOptions.html
#pyarrow.csv.ParseOptions.invalid_row_handler>_` when ``engine='pyarrow'``
#pyarrow.csv.ParseOptions.invalid_row_handler>`_ when ``engine='pyarrow'``
delim_whitespace : bool, default False
Specifies whether or not whitespace (e.g. ``' '`` or ``'\\t'``) will be
Expand Down

0 comments on commit 32d9796

Please sign in to comment.