Skip to content

Commit

Permalink
[3.10] pythongh-96917: link to typing.readthedocs.io from typing.rst (p…
Browse files Browse the repository at this point in the history
…ythonGH-96921)

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

Co-authored-by: Shantanu <[email protected]>
  • Loading branch information
hauntsaninja committed Sep 19, 2022
1 parent 88a3f18 commit 05a3bd2
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 05a3bd2

Please sign in to comment.