Skip to content

Commit 82cbc6c

Browse files
authored
Apply suggestions from code review
1 parent a11b89a commit 82cbc6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: git/cmd.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -477,8 +477,8 @@ def refresh(cls, path: Union[None, PathLike] = None) -> bool:
477477

478478
# We get here if this was the initial refresh and the refresh mode was
479479
# not error. Go ahead and set the GIT_PYTHON_GIT_EXECUTABLE such that we
480-
# discern the the difference between the first refresh at import time
481-
# and subsequent calls to refresh.
480+
# discern the difference between the first refresh at import time
481+
# and subsequent calls to refresh().
482482
cls.GIT_PYTHON_GIT_EXECUTABLE = cls.git_exec_name
483483
else:
484484
# After the first refresh (when GIT_PYTHON_GIT_EXECUTABLE is no longer

0 commit comments

Comments
 (0)