Skip to content

Commit

Permalink
Backport PR pandas-dev#45853: Fixing documentation format in read_csv
Browse files Browse the repository at this point in the history
  • Loading branch information
eshirvana authored and meeseeksmachine committed Feb 10, 2022
1 parent b1e9a91 commit b84a495
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 @@ -374,7 +374,7 @@
- callable, function with signature
``(bad_line: list[str]) -> list[str] | None`` that will process a single
bad line. ``bad_line`` is a list of strings split by the ``sep``.
If the function returns ``None`, the bad line will be ignored.
If the function returns ``None``, the bad line will be ignored.
If the function returns a new list of strings with more elements than
expected, a ``ParserWarning`` will be emitted while dropping extra elements.
Only supported when ``engine="python"``
Expand Down

0 comments on commit b84a495

Please sign in to comment.