diff --git a/pep-0544.txt b/pep-0544.txt index d8c86ce8dc1..71e828810a3 100644 --- a/pep-0544.txt +++ b/pep-0544.txt @@ -781,8 +781,8 @@ For example:: class C: def meth(self, x: int) -> int: ... - a: ProtoA = C # Type check error, signatures don't match! - b: ProtoB = C # OK + a: ProtoA = C # OK + b: ProtoB = C # Type check error, signatures don't match! ``NewType()`` and type aliases