Skip to content

Commit 8b760eb

Browse files
committed
Update indents in pydoc
1 parent af8bfec commit 8b760eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/io/parsers/readers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,9 @@
393393
.. versionchanged:: 1.4.1
394394
395395
- Callable, function with signature
396-
as described in `pyarrow documentation
397-
<https://arrow.apache.org/docs/python/generated/pyarrow.csv.ParseOptions.html
398-
#pyarrow.csv.ParseOptions.invalid_row_handler>_` when ``engine='pyarrow'``
396+
as described in `pyarrow documentation
397+
<https://arrow.apache.org/docs/python/generated/pyarrow.csv.ParseOptions.html
398+
#pyarrow.csv.ParseOptions.invalid_row_handler>_` when ``engine='pyarrow'``
399399
400400
delim_whitespace : bool, default False
401401
Specifies whether or not whitespace (e.g. ``' '`` or ``'\\t'``) will be

0 commit comments

Comments
 (0)