Skip to content

Commit 33caa6f

Browse files
author
Bas van Beek
committed
Explicitly mention static type checkers
1 parent 3701498 commit 33caa6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ types
149149
-----
150150

151151
Reintroduced the :data:`types.EllipsisType`, :data:`types.NoneType`
152-
and :data:`types.NotImplementedType` classes, aforementioned types
153-
now being useable as annotations.
152+
and :data:`types.NotImplementedType` classes, providing a new set
153+
of types readily interpretable by type checkers.
154154
(Contributed by Bas van Beek in :issue:`41810`.)
155155

156156
unittest
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:data:`types.EllipsisType`, :data:`types.NotImplementedType` and
2-
:data:`types.NoneType` have been reintroduced, aforementioned types
3-
now being useable as annotations.
2+
:data:`types.NoneType` have been reintroduced, providing a new set
3+
of types readily interpretable by static type checkers.

0 commit comments

Comments
 (0)