Skip to content

Commit

Permalink
[3.10] gh-96917: link to typing.readthedocs.io from typing.rst (GH-96921
Browse files Browse the repository at this point in the history
) (GH-96937)

See the discussion at #91533.
(cherry picked from commit 5b3a256)

Co-authored-by: Shantanu <[email protected]>
  • Loading branch information
hauntsaninja authored Sep 20, 2022
1 parent 7a8ac38 commit 7b6021b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ New features are frequently added to the ``typing`` module.
The `typing_extensions <https://pypi.org/project/typing-extensions/>`_ package
provides backports of these new features to older versions of Python.

.. seealso::

The documentation at https://typing.readthedocs.io/ serves as useful reference
for type system features, useful typing related tools and typing best practices.

.. _relevant-peps:

Relevant PEPs
Expand Down

0 comments on commit 7b6021b

Please sign in to comment.