Skip to content

Commit c4b6bed

Browse files
authored
DOC: Fixup read_csv docstring (#56721)
1 parent 1dcdffd commit c4b6bed

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)