Skip to content
2 changes: 1 addition & 1 deletion pandas/io/parsers/readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1939,4 +1939,4 @@ def _validate_skipfooter(kwds: dict[str, Any]) -> None:
if kwds.get("iterator") or kwds.get("chunksize"):
raise ValueError("'skipfooter' not supported for iteration")
if kwds.get("nrows"):
raise ValueError("'skipfooter' not supported with 'nrows'")
raise ValueError("'skipfooter' not supported with 'nrows'")
Loading