File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ types
149
149
-----
150
150
151
151
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 .
154
154
(Contributed by Bas van Beek in :issue: `41810 `.)
155
155
156
156
unittest
Original file line number Diff line number Diff line change 1
1
: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 .
You can’t perform that action at this time.
0 commit comments