Skip to content

Commit b4a0e1a

Browse files
authored
Update base.py
1 parent 493f934 commit b4a0e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git/repo/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ def __init__(
179179
R"""Create a new :class:`Repo` instance.
180180
181181
:param path:
182-
The path to either the root git directory or the bare git repo::
182+
The path to either the root git directory, the .git directory under the root git directory or the bare git repo::
183183
184184
repo = Repo("/Users/mtrier/Development/git-python")
185-
repo = Repo("/Users/mtrier/Development/git-python/.git")
185+
repo = Repo("/Users/mtrier/Development/git-python.git")
186186
repo = Repo("~/Development/git-python.git")
187187
repo = Repo("$REPOSITORIES/Development/git-python.git")
188188
repo = Repo(R"C:\Users\mtrier\Development\git-python\.git")

0 commit comments

Comments
 (0)