Skip to content

Commit 1c3c988

Browse files
Backport PR #56721 on branch 2.2.x (DOC: Fixup read_csv docstring) (#56725)
Backport PR #56721: DOC: Fixup read_csv docstring Co-authored-by: Patrick Hoefler <[email protected]>
1 parent 24ce4e1 commit 1c3c988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers/readers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
- Callable, function with signature
397397
as described in `pyarrow documentation
398398
<https://arrow.apache.org/docs/python/generated/pyarrow.csv.ParseOptions.html
399-
#pyarrow.csv.ParseOptions.invalid_row_handler>_` when ``engine='pyarrow'``
399+
#pyarrow.csv.ParseOptions.invalid_row_handler>`_ when ``engine='pyarrow'``
400400
401401
delim_whitespace : bool, default False
402402
Specifies whether or not whitespace (e.g. ``' '`` or ``'\\t'``) will be

0 commit comments

Comments
 (0)