From 185ba92c02c3a0882dee56cde99f5dc882a808ff Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Sun, 17 Aug 2025 13:50:02 +0200 Subject: [PATCH] Do not refer to PEP 705 as being experimental --- doc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 21d6fa60..7adb1bab 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -409,8 +409,8 @@ Special typing primitives raises a :py:exc:`DeprecationWarning` when this syntax is used in Python 3.12 or lower and fails with a :py:exc:`TypeError` in Python 3.13 and higher. - ``typing_extensions`` supports the experimental :data:`ReadOnly` qualifier - proposed by :pep:`705`. It is reflected in the following attributes: + ``typing_extensions`` supports the :data:`ReadOnly` qualifier + introduced by :pep:`705`. It is reflected in the following attributes: .. attribute:: __readonly_keys__