diff --git a/pandas/io/parsers/readers.py b/pandas/io/parsers/readers.py index 458c8dd201d0a..8edb8798349c4 100644 --- a/pandas/io/parsers/readers.py +++ b/pandas/io/parsers/readers.py @@ -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'") \ No newline at end of file