diff options
author | Shantanu <12621235+hauntsaninja@users.noreply.github.com> | 2022-09-20 10:15:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 10:15:48 (GMT) |
commit | 7b6021b060ab2ce14746997ec50662e7ded7681c (patch) | |
tree | a5b422b9d588d5b3da1d6d71c080ba2522a09f7f /Doc | |
parent | 7a8ac38b2b7dbe14195d2496b20673d612ab978a (diff) | |
download | cpython-7b6021b060ab2ce14746997ec50662e7ded7681c.zip cpython-7b6021b060ab2ce14746997ec50662e7ded7681c.tar.gz cpython-7b6021b060ab2ce14746997ec50662e7ded7681c.tar.bz2 |
[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 5b3a2569f4b4dfb58a8f90a241f9dac1a7ea4bf6)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/typing.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index f0a85d6..2600ac3 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -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 |