Skip to content

Commit

Permalink
Update git/repo/base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron authored Oct 5, 2024
1 parent aa74f87 commit 629597a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions git/repo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ def __init__(
R"""Create a new :class:`Repo` instance.
:param path:
The path to either the root git directory, the .git directory under the root git directory
or the bare git repo::
The path to either the worktree directory or the .git directory itself::
repo = Repo("/Users/mtrier/Development/git-python")
repo = Repo("/Users/mtrier/Development/git-python.git")
Expand Down

0 comments on commit 629597a

Please sign in to comment.