This allows the title to be translated to other languages without linking problems.
See :ref:`io-text-encoding` for more information.
+.. _new-feat-related-type-hints:
New Features Related to Type Hints
==================================
typing
------
-For major changes, see `New Features Related to Type Hints`_.
+For major changes, see :ref:`new-feat-related-type-hints`.
The behavior of :class:`typing.Literal` was changed to conform with :pep:`586`
and to match the behavior of static type checkers specified in the PEP.