Skip to content

Commit

Permalink
💡 Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 4, 2023
1 parent aa3a9ed commit 69ea248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repl_python_wakatime/utils/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_project(
filenames: list[str] = [".git"],
detect_func: Callable[[str], bool] = os.path.isdir,
) -> str:
"""Get project.
"""Get project. Its function is like ``git rev-parse --show-toplevel``.
If ``.git`` is a directory, use current directory. If not, detect its
parent directory. If its parent directory is itself (which means it is the
Expand Down

0 comments on commit 69ea248

Please sign in to comment.