summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/typing.rst5
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: