Skip to content

Commit 1e8eb9c

Browse files
authored
Do not refer to PEP 705 as being experimental (#648)
1 parent 5312ff7 commit 1e8eb9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,8 @@ Special typing primitives
409409
raises a :py:exc:`DeprecationWarning` when this syntax is used in Python 3.12
410410
or lower and fails with a :py:exc:`TypeError` in Python 3.13 and higher.
411411

412-
``typing_extensions`` supports the experimental :data:`ReadOnly` qualifier
413-
proposed by :pep:`705`. It is reflected in the following attributes:
412+
``typing_extensions`` supports the :data:`ReadOnly` qualifier
413+
introduced by :pep:`705`. It is reflected in the following attributes:
414414

415415
.. attribute:: __readonly_keys__
416416

0 commit comments

Comments
 (0)