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