Skip to content

Commit 629597a

Browse files
authored
Update git/repo/base.py
1 parent aa74f87 commit 629597a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

git/repo/base.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ def __init__(
179179
R"""Create a new :class:`Repo` instance.
180180
181181
:param path:
182-
The path to either the root git directory, the .git directory under the root git directory
183-
or the bare git repo::
182+
The path to either the worktree directory or the .git directory itself::
184183
185184
repo = Repo("/Users/mtrier/Development/git-python")
186185
repo = Repo("/Users/mtrier/Development/git-python.git")

0 commit comments

Comments
 (0)