Skip to content

Commit f047f51

Browse files
Update pandas/io/common.py
Co-Authored-By: Simon Hawkins <[email protected]>
1 parent 0fca392 commit f047f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def _get_handle(
463463
else:
464464
raise ValueError(
465465
f"Multiple files found in ZIP file."
466-
" Only one file per ZIP: {zip_names}"
466+
f" Only one file per ZIP: {zip_names}"
467467
)
468468

469469
# XZ Compression

0 commit comments

Comments
 (0)