Skip to content

Commit 432ec72

Browse files
committed
Fix another :raises: to :raise:
Missed in bcc0c27.
1 parent 8344f44 commit 432ec72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/repo/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ def ignored(self, *paths: PathLike) -> List[str]:
10201020
def active_branch(self) -> Head:
10211021
"""The name of the currently active branch.
10221022
1023-
:raises TypeError:
1023+
:raise TypeError:
10241024
If HEAD is detached.
10251025
10261026
:return:

0 commit comments

Comments
 (0)