Skip to content

Commit

Permalink
Update base.py (gitpython-developers#1965)
Browse files Browse the repository at this point in the history
Improve documentation around opening repositories.

Co-authored-by: Sebastian Thiel <sebastian.thiel@icloud.com>
  • Loading branch information
alex20230721 and Byron authored Oct 5, 2024
1 parent 3470fb3 commit 49ca909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/repo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def __init__(
R"""Create a new :class:`Repo` instance.
:param path:
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::
repo = Repo("/Users/mtrier/Development/git-python")
repo = Repo("/Users/mtrier/Development/git-python.git")
Expand Down

0 comments on commit 49ca909

Please sign in to comment.