diff options
author | Shantanu <12621235+hauntsaninja@users.noreply.github.com> | 2022-09-19 19:09:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 19:09:41 (GMT) |
commit | 5b3a2569f4b4dfb58a8f90a241f9dac1a7ea4bf6 (patch) | |
tree | ceef8acff3290fa867d1d2ba99f53ead690f1c5a | |
parent | 558768ff22e47582ae95ad7c3f8955407934916e (diff) | |
download | cpython-5b3a2569f4b4dfb58a8f90a241f9dac1a7ea4bf6.zip cpython-5b3a2569f4b4dfb58a8f90a241f9dac1a7ea4bf6.tar.gz cpython-5b3a2569f4b4dfb58a8f90a241f9dac1a7ea4bf6.tar.bz2 |
gh-96917: link to typing.readthedocs.io from typing.rst (#96921)
See the discussion at https://github.com/python/cpython/issues/91533
-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 0939973..786f579 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -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: |