From f772e6cd315dc298d38c7be2a4331c9918d2ad28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sun, 23 Mar 2025 19:37:28 +0100 Subject: [PATCH] DOC: add missing 'In typing since ...' mention for `TypeIs` --- doc/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/index.rst b/doc/index.rst index d150c7db..bf8b431a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -380,6 +380,7 @@ Special typing primitives .. data:: TypeIs See :pep:`742`. Similar to :data:`TypeGuard`, but allows more type narrowing. + In ``typing`` since 3.13. .. versionadded:: 4.10.0