We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c178b3d commit 1655650Copy full SHA for 1655650
Doc/library/typing.rst
@@ -61,7 +61,8 @@ annotations. These include:
61
*Introducing* :data:`Annotated`
62
* :pep:`604`: Allow writing union types as ``X | Y``
63
*Introducing* :data:`types.UnionType` and the ability to use
64
- the binary-or operator ``|`` as syntactic sugar for a union of types
+ the binary-or operator ``|`` to signify a
65
+ :ref:`union of types<types-union>`
66
* :pep:`612`: Parameter Specification Variables
67
*Introducing* :class:`ParamSpec` and :data:`Concatenate`
68
* :pep:`613`: Explicit Type Aliases
0 commit comments