We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa74f87 commit 629597aCopy full SHA for 629597a
git/repo/base.py
@@ -179,8 +179,7 @@ def __init__(
179
R"""Create a new :class:`Repo` instance.
180
181
: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::
+ The path to either the worktree directory or the .git directory itself::
184
185
repo = Repo("/Users/mtrier/Development/git-python")
186
repo = Repo("/Users/mtrier/Development/git-python.git")
0 commit comments