Skip to content

Commit 8886908

Browse files
committed
Simplify docstring of test class BaseProto
1 parent 5be278f commit 8886908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4463,7 +4463,7 @@ def test_inherited_runtime_protocol_deprecated(self, check_obj, check_func):
44634463
"""See GH-132604."""
44644464

44654465
class BareProto(Protocol):
4466-
"""I am runtime uncheckable."""
4466+
"""I am not runtime-checkable."""
44674467

44684468
@runtime_checkable
44694469
class RCProto1(Protocol):

0 commit comments

Comments
 (0)