We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73fa7d commit 9ba065dCopy full SHA for 9ba065d
1 file changed
docs/index.rst
@@ -57,6 +57,15 @@ Specification
57
58
spec/index
59
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
69
Indices and tables
70
==================
71
@@ -120,8 +129,3 @@ Type-Hint and Stub Integration
120
129
a thin wrapper around ``ApplyTypeAnnotationsVisitor`` from
121
130
`libCST <https://libcst.readthedocs.io/en/latest/>`_ that integrates .pyi
122
131
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.
0 commit comments