@@ -379,8 +379,8 @@ def refresh(cls, path: Union[None, PathLike] = None) -> bool:
379
379
:note: The top-level :func:`git.refresh` should be preferred because it calls
380
380
this method and may also update other state accordingly.
381
381
382
- :note: There are three different ways to specify what command refreshing causes
383
- to be uses for git:
382
+ :note: There are three different ways to specify the command that refreshing
383
+ causes to be used for git:
384
384
385
385
1. Pass no *path* argument and do not set the ``GIT_PYTHON_GIT_EXECUTABLE``
386
386
environment variable. The command name ``git`` is used. It is looked up
@@ -394,9 +394,9 @@ def refresh(cls, path: Union[None, PathLike] = None) -> bool:
394
394
in each command run. Setting ``GIT_PYTHON_GIT_EXECUTABLE`` to ``git`` has
395
395
the same effect as not setting it.
396
396
397
- 3. Pass a *path* argument. This path, if not absolute, it immediately
397
+ 3. Pass a *path* argument. This path, if not absolute, is immediately
398
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
399
+ the time of the refresh. When git commands are run, they are run using
400
400
that previously resolved path. If a *path* argument is passed, the
401
401
``GIT_PYTHON_GIT_EXECUTABLE`` environment variable is not consulted.
402
402
0 commit comments