Skip to content

Commit

Permalink
Update docstring for hash_files_in_directory function
Browse files Browse the repository at this point in the history
  • Loading branch information
tmetzl committed Mar 15, 2024
1 parent a682643 commit c270ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2xgrader/exchange/hash_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def hash_files_in_directory(
Defaults to None.
Returns:
List[Tuple[str, str]]: A list of tuples containing the relative file paths and their
List[Tuple[str, str]]: A sorted list of tuples containing the relative file paths and their
corresponding hash codes.
Examples:
Expand Down

0 comments on commit c270ffb

Please sign in to comment.