From 629597a610da2922f32bba28bb01862bff6b060e Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 5 Oct 2024 11:21:30 +0200 Subject: [PATCH] Update git/repo/base.py --- git/repo/base.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/git/repo/base.py b/git/repo/base.py index 0769622cf..db89cdf41 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -179,8 +179,7 @@ def __init__( R"""Create a new :class:`Repo` instance. :param path: - 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 worktree directory or the .git directory itself:: repo = Repo("/Users/mtrier/Development/git-python") repo = Repo("/Users/mtrier/Development/git-python.git")