diff options
Diffstat (limited to 'git/repo/base.py')
-rw-r--r-- | git/repo/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/repo/base.py b/git/repo/base.py index 0fed0e4e..a1be5ff9 100644 --- a/git/repo/base.py +++ b/git/repo/base.py @@ -859,7 +859,7 @@ class Repo(object): def active_branch(self) -> Head: """The name of the currently active branch. - Raises: TypeError – If HEAD is detached + :raises TypeError: If HEAD is detached :return: Head to the active branch""" # reveal_type(self.head.reference) # => Reference return self.head.reference |