[3.10] gh-96917: link to typing.readthedocs.io from typing.rst (GH-96921) (GH-96937)

See the discussion at https://github.com/python/cpython/issues/91533.
(cherry picked from commit 5b3a2569f4)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
This commit is contained in:
Shantanu 2022-09-20 03:15:48 -07:00 committed by GitHub
parent 7a8ac38b2b
commit 7b6021b060
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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