diff --git a/pandas/io/parsers/readers.py b/pandas/io/parsers/readers.py index c87912dc6f24a..dd4f8ccde680a 100644 --- a/pandas/io/parsers/readers.py +++ b/pandas/io/parsers/readers.py @@ -411,7 +411,7 @@ class _read_shared(TypedDict, Generic[HashableT], total=False): If the function returns a new ``list`` of strings with more elements than expected, a ``ParserWarning`` will be emitted while dropping extra elements. - With ``engine='pyarrow'``, function with signature - as described in `pyarrow documentation + as described in pyarrow documentation: `invalid_row_handler `_.