Skip to content

Commit 2c2adb9

Browse files
committed
Update readers.py
1 parent 8dd57ed commit 2c2adb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers/readers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2428,4 +2428,4 @@ def _validate_skipfooter(kwds: dict[str, Any]) -> None:
24282428
if kwds.get("iterator") or kwds.get("chunksize"):
24292429
raise ValueError("'skipfooter' not supported for iteration")
24302430
if kwds.get("nrows"):
2431-
raise ValueError("'skipfooter' not supported with 'nrows'")
2431+
raise ValueError("'skipfooter' not supported with 'nrows'")

0 commit comments

Comments
 (0)