Skip to content

Commit eaee093

Browse files
eshirvanaphofl
authored andcommitted
Fixing documentation format in read_csv (pandas-dev#45853)
add a mising ` in on_bad_lines option description in " New in version 1.3.0: " section , that was causing to make couple of lines red
1 parent 54a79a2 commit eaee093

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
@@ -374,7 +374,7 @@
374374
- callable, function with signature
375375
``(bad_line: list[str]) -> list[str] | None`` that will process a single
376376
bad line. ``bad_line`` is a list of strings split by the ``sep``.
377-
If the function returns ``None`, the bad line will be ignored.
377+
If the function returns ``None``, the bad line will be ignored.
378378
If the function returns a new list of strings with more elements than
379379
expected, a ``ParserWarning`` will be emitted while dropping extra elements.
380380
Only supported when ``engine="python"``

0 commit comments

Comments
 (0)