Skip to content

Commit

Permalink
chore: correct comments
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Apr 13, 2023
1 parent da14e0a commit 26b4f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/files/fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def exists(path: str) -> bool:
"""Check if path (file or directory) exists
Args:
path: A path to a directory
path: A path to a directory or file
Returns:
True if the path exists
Expand Down
2 changes: 1 addition & 1 deletion scripts/files/fs_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def exists(path: str) -> bool:
"""Check if path (file or directory) exists
Args:
path: A local path to a file/directory
path: A local path to a directory or file
Returns:
True if the path exists
Expand Down

0 comments on commit 26b4f44

Please sign in to comment.