Skip to content

Commit cb2b039

Browse files
committed
Fix typo: infered -> inferred
1 parent 8d9e3c1 commit cb2b039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ typing
711711

712712
* Code like ``class B2(A[T2], Protocol[T1, T2]): ...`` now correctly handles
713713
type parameters order: it is ``(T1, T2)``, not ``(T2, T1)``
714-
as it was incorrectly infered in runtime before.
714+
as it was incorrectly inferred in runtime before.
715715
(Contributed by Nikita Sobolev in :gh:`137191`.)
716716

717717
* :class:`typing.ByteString` has been removed from ``typing.__all__``.

0 commit comments

Comments
 (0)