We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8ac38 commit 7b6021bCopy full SHA for 7b6021b
Doc/library/typing.rst
@@ -36,6 +36,11 @@ New features are frequently added to the ``typing`` module.
36
The `typing_extensions <https://pypi.org/project/typing-extensions/>`_ package
37
provides backports of these new features to older versions of Python.
38
39
+.. seealso::
40
+
41
+ The documentation at https://typing.readthedocs.io/ serves as useful reference
42
+ for type system features, useful typing related tools and typing best practices.
43
44
.. _relevant-peps:
45
46
Relevant PEPs
0 commit comments