Skip to content

Commit 670da7a

Browse files
committed
DOC: add missing versionadded metadata for TypeAlias
1 parent 5312ff7 commit 670da7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,8 @@ Special typing primitives
363363

364364
See :py:data:`typing.TypeAlias` and :pep:`613`. In ``typing`` since 3.10.
365365

366+
.. versionadded:: 3.10.0.0
367+
366368
.. class:: TypeAliasType(name, value, *, type_params=())
367369

368370
See :py:class:`typing.TypeAliasType` and :pep:`695`. In ``typing`` since 3.12.

0 commit comments

Comments
 (0)