gh-96917: link to typing.readthedocs.io from typing.rst (#96921)

See the discussion at https://github.com/python/cpython/issues/91533
This commit is contained in:
Shantanu 2022-09-19 12:09:41 -07:00 committed by GitHub
parent 558768ff22
commit 5b3a2569f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ provides backports of these new features to older versions of Python.
For a summary of deprecated features and a deprecation timeline, please see
`Deprecation Timeline of Major Features`_.
.. 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: