We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3470fb3 commit 49ca909Copy full SHA for 49ca909
git/repo/base.py
@@ -179,7 +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 or the bare git repo::
+ The path to either the worktree directory or the .git directory itself::
183
184
repo = Repo("/Users/mtrier/Development/git-python")
185
repo = Repo("/Users/mtrier/Development/git-python.git")
0 commit comments