This allows the title to be translated to other languages without linking problems.
(cherry picked from commit
3d3615f41f4ea73fe6707eb3673dfab482cb6a2b)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
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.