bpo-45391: mark UnionType as a class in documentation (GH-28757)

Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
This commit is contained in:
Bernát Gábor 2021-12-09 12:56:14 +00:00 committed by GitHub
parent 73325bbe77
commit e2cfc89e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ Standard names are defined for the following types:
This type can now be subclassed.
.. data:: UnionType
.. class:: UnionType
The type of :ref:`union type expressions<types-union>`.