Skip to content

Commit a477b76

Browse files
authored
Add link to PEP 705, update 695 status (#1414)
1 parent 3811d8c commit a477b76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ https://peps.python.org/topic/typing
119119
* `PEP 681 <https://www.python.org/dev/peps/pep-0681/>`_ ``@dataclass_transform()``
120120
* `PEP 688 <https://www.python.org/dev/peps/pep-0688/>`_ ``Buffer``
121121
* `PEP 692 <https://www.python.org/dev/peps/pep-0692/>`_ ``Unpack[TypedDict]`` for ``**kwargs``
122-
* `PEP 695 <https://www.python.org/dev/peps/pep-0695/>`_ (draft), ``class Class[T]:`` type parameter syntax
122+
* `PEP 695 <https://www.python.org/dev/peps/pep-0695/>`_ ``class Class[T]:`` type parameter syntax
123123
* `PEP 696 <https://www.python.org/dev/peps/pep-0696/>`_ (draft), defaults for type variables
124124
* `PEP 698 <https://www.python.org/dev/peps/pep-0698/>`_ ``@override``
125125
* `PEP 702 <https://www.python.org/dev/peps/pep-0702/>`_ (draft), ``@deprecated()``
126+
* `PEP 705 <https://www.python.org/dev/peps/pep-0705/>`_ (draft), ``TypedMapping``

0 commit comments

Comments
 (0)