Skip to content

Commit 69ea248

Browse files
committed
💡 Add a comment
1 parent aa3a9ed commit 69ea248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repl_python_wakatime/utils/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_project(
99
filenames: list[str] = [".git"],
1010
detect_func: Callable[[str], bool] = os.path.isdir,
1111
) -> str:
12-
"""Get project.
12+
"""Get project. Its function is like ``git rev-parse --show-toplevel``.
1313
1414
If ``.git`` is a directory, use current directory. If not, detect its
1515
parent directory. If its parent directory is itself (which means it is the

0 commit comments

Comments
 (0)