There was an error while loading. Please reload this page.
1 parent d3d177c commit 7d96a1aCopy full SHA for 7d96a1a
1 file changed
git/cmd.py
@@ -397,7 +397,7 @@ def refresh(cls, path: Union[None, PathLike] = None) -> bool:
397
3. Pass a *path* argument. This path, if not absolute, it immediately
398
resolved, relative to the current directory. This resolution occurs at
399
the time of the refresh, and when git commands are run, they are run with
400
- that actual path. If a *path* argument is passed, the
+ that previously resolved path. If a *path* argument is passed, the
401
``GIT_PYTHON_GIT_EXECUTABLE`` environment variable is not consulted.
402
403
:note: Refreshing always sets the :attr:`Git.GIT_PYTHON_GIT_EXECUTABLE` class
0 commit comments