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
149149-----
150150
151151Reintroduced 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
156156unittest
Original file line number Diff line number Diff line change 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 .
You can’t perform that action at this time.
0 commit comments