File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ Static Typing with Python
4
4
5
5
.. Introduction
6
6
.. ============
7
- ..
7
+ ..
8
8
.. .. toctree::
9
9
.. :maxdepth: 2
10
- ..
10
+ ..
11
11
.. source/introduction
12
12
13
13
Guides
@@ -92,8 +92,8 @@ Typing PEPs
92
92
* `PEP 613 <https://www.python.org/dev/peps/pep-0613/ >`_, ``TypeAlias ``
93
93
* `PEP 646 <https://www.python.org/dev/peps/pep-0646/ >`_, variadic generics and ``TypeVarTuple ``
94
94
* `PEP 647 <https://www.python.org/dev/peps/pep-0647/ >`_, ``TypeGuard ``
95
- * `PEP 655 <https://www.python.org/dev/peps/pep-0655/ >`_ (draft) , ``Required `` and ``NotRequired ``
95
+ * `PEP 655 <https://www.python.org/dev/peps/pep-0655/ >`_, ``Required `` and ``NotRequired ``
96
96
* `PEP 673 <https://www.python.org/dev/peps/pep-0673/ >`_, ``Self ``
97
- * `PEP 675 <https://www.python.org/dev/peps/pep-0675/ >`_ (draft) , ``LiteralString ``
98
- * `PEP 677 <https://www.python.org/dev/peps/pep-0677/ >`_ (draft ), callable type syntax
97
+ * `PEP 675 <https://www.python.org/dev/peps/pep-0675/ >`_, ``LiteralString ``
98
+ * `PEP 677 <https://www.python.org/dev/peps/pep-0677/ >`_ (rejected ), callable type syntax
99
99
* `PEP 681 <https://www.python.org/dev/peps/pep-0681/ >`_ (draft), ``@dataclass_transform() ``
You can’t perform that action at this time.
0 commit comments