--------------
- This module supports type hints as specified by :pep:`484` and :pep:`526`. The most
- fundamental support consists of the type :class:`Any`, :class:`Union`,
- :class:`Tuple`, :class:`Callable`, :class:`TypeVar`, and
-This module supports type hints as specified by :pep:`484`. The most
-fundamental support consists of the type :data:`Any`, :data:`Union`,
++This module supports type hints as specified by :pep:`484` and :pep:`526`.
++The most fundamental support consists of the type :data:`Any`, :data:`Union`,
+ :data:`Tuple`, :data:`Callable`, :class:`TypeVar`, and
:class:`Generic`. For full specification please see :pep:`484`. For
a simplified introduction to type hints see :pep:`483`.