File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,15 @@ Specification
5757
5858 spec/index
5959
60+
61+ Typing PEPs
62+ -----------
63+
64+ Significant changes to the Python Type System Specification are proposed and
65+ discussed in Python Enhancement Proposals (PEPs). See
66+ https://peps.python.org/topic/typing for a list of all current and historical
67+ typing-related PEPs.
68+
6069Indices and tables
6170==================
6271
@@ -120,8 +129,3 @@ Type-Hint and Stub Integration
120129 a thin wrapper around ``ApplyTypeAnnotationsVisitor `` from
121130 `libCST <https://libcst.readthedocs.io/en/latest/ >`_ that integrates .pyi
122131 signatures as inline type-hints in Python source code.
123-
124- Typing PEPs
125- ===========
126-
127- See https://peps.python.org/topic/typing for a list of all typing-related PEPs.
You can’t perform that action at this time.
0 commit comments