We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246cc17 commit d7b6b31Copy full SHA for d7b6b31
test/deprecation/test_compat.py
@@ -21,7 +21,7 @@
21
import git.compat
22
23
_MESSAGE_LEADER = "{} and other is_<platform> aliases are deprecated."
24
-"""Form taken by the beginning of the warnings issues for is_<platform> access."""
+"""Form taken by the beginning of the warnings issued for is_<platform> access."""
25
26
27
def test_cannot_access_undefined() -> None:
0 commit comments