Skip to content

Commit b888c56

Browse files
committed
fix type in docstring
1 parent beec233 commit b888c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/table/inspect.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ def all_known_files(self) -> dict[str, set[str]]:
670670
"""Get all the known files in the table.
671671
672672
Returns:
673-
dict of {file_type: list of file paths} for each file type.
673+
dict of {file_type: set of file paths} for each file type.
674674
"""
675675
snapshots = self.tbl.snapshots()
676676

0 commit comments

Comments
 (0)