Skip to content

Commit bb420dc

Browse files
committed
fix typo
1 parent 0d3bf20 commit bb420dc

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
@@ -744,7 +744,7 @@ def _read(
744744
_validate_names(kwds.get("names", None))
745745

746746
storage_options = kwds.get("storage_options", None)
747-
files = iterdir(filepath_or_buffer, storage_options)
747+
files = iterdir(filepath_or_buffer, storage_options=storage_options)
748748

749749
if isinstance(files, list) and not files:
750750
raise FileNotFoundError(f"No files found in {filepath_or_buffer}.")

0 commit comments

Comments
 (0)