Skip to content

Commit d7b6b31

Browse files
committed
Fix a small docstring typo
1 parent 246cc17 commit d7b6b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/deprecation/test_compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import git.compat
2222

2323
_MESSAGE_LEADER = "{} and other is_<platform> aliases are deprecated."
24-
"""Form taken by the beginning of the warnings issues for is_<platform> access."""
24+
"""Form taken by the beginning of the warnings issued for is_<platform> access."""
2525

2626

2727
def test_cannot_access_undefined() -> None:

0 commit comments

Comments
 (0)