We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9e3c1 commit cb2b039Copy full SHA for cb2b039
Doc/whatsnew/3.15.rst
@@ -711,7 +711,7 @@ typing
711
712
* Code like ``class B2(A[T2], Protocol[T1, T2]): ...`` now correctly handles
713
type parameters order: it is ``(T1, T2)``, not ``(T2, T1)``
714
- as it was incorrectly infered in runtime before.
+ as it was incorrectly inferred in runtime before.
715
(Contributed by Nikita Sobolev in :gh:`137191`.)
716
717
* :class:`typing.ByteString` has been removed from ``typing.__all__``.
0 commit comments