summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClayton Walker <clayton.m.walker@gmail.com>2023-02-02 10:00:49 -0700
committerClayton Walker <clayton.m.walker@gmail.com>2023-02-02 10:00:49 -0700
commit4a44fdf9d90a537d821c471b1cf1ae6c9e73a2de (patch)
tree6ae2a9676a79be9a02ea0440c6a4d98459985cc8
parentfb6eb3d5eb56ce9f27cf23387053d440d6786fe2 (diff)
downloadgitpython-4a44fdf9d90a537d821c471b1cf1ae6c9e73a2de.tar.gz
Update docs
-rw-r--r--git/repo/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/repo/base.py b/git/repo/base.py
index a74be215..2fc9cf1f 100644
--- a/git/repo/base.py
+++ b/git/repo/base.py
@@ -115,7 +115,7 @@ class Repo(object):
'working_dir' is the working directory of the git command, which is the working tree
directory if available or the .git directory in case of bare repositories
- 'working_tree_dir' is the working tree directory, but will raise AssertionError
+ 'working_tree_dir' is the working tree directory, but will return None
if we are a bare repository.
'git_dir' is the .git repository directory, which is always set."""