Skip to content

Commit 4a3a276

Browse files
committed
Improved usage comment
1 parent 737a67c commit 4a3a276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

find-project-root/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import find_project_root
3737

3838
# Find from current dir
3939
root = find_project_root()
40-
print(root) # e.g. /home/user/projects/your-project
40+
print(root) # e.g. => '/home/user/projects/your-project'
4141
```
4242

4343
_Note: Most type checkers will falsely warn_ `find_project_root` _is not a callable module because they are incapable of analyzing runtime behavior (where the module is replaced w/ a function for cleaner, direct access). You can safely suppress such warnings using_ `# type: ignore`.

0 commit comments

Comments
 (0)