Skip to content

Commit

Permalink
update code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Sep 11, 2024
1 parent 3b04772 commit 8584479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphnet/data/readers/internal_parquet_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def find_files(self, path: Union[str, List[str]]) -> List[str]:
Returns:
List of parquet files in the folders.
"""
# Find all I3 and GCD files in the specified directories.
# Find paruqet files in the specified directories.
files = []
if isinstance(path, str):
path = [path]
Expand Down

0 comments on commit 8584479

Please sign in to comment.