]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-96917: link to typing.readthedocs.io from typing.rst (GH-96921)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 19 Sep 2022 19:19:18 +0000 (12:19 -0700)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 22 Oct 2022 19:06:06 +0000 (20:06 +0100)
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>
Doc/library/typing.rst

index b75753f7d677518906823a109bb4d277f0d441da..04f63f6f54bc7747f41b6f1b63673605605d74e2 100644 (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: