Skip to content

Commit 4807a81

Browse files
committed
Fix semantic typo in tests
1 parent ec78805 commit 4807a81

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
@@ -4491,7 +4491,7 @@ class InheritedRCProto3(RCProto2, Protocol):
44914491
class Concrete1(BareProto):
44924492
pass
44934493

4494-
class Concrete2(InheritedRCProto3):
4494+
class Concrete2(InheritedRCProto2):
44954495
pass
44964496

44974497
class Concrete3(InheritedRCProto3):

0 commit comments

Comments
 (0)