Skip to content

Commit 7b6021b

Browse files
authored
[3.10] gh-96917: link to typing.readthedocs.io from typing.rst (GH-96921) (GH-96937)
See the discussion at #91533. (cherry picked from commit 5b3a256) Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
1 parent 7a8ac38 commit 7b6021b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/library/typing.rst

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ New features are frequently added to the ``typing`` module.
3636
The `typing_extensions <https://pypi.org/project/typing-extensions/>`_ package
3737
provides backports of these new features to older versions of Python.
3838

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+
3944
.. _relevant-peps:
4045

4146
Relevant PEPs

0 commit comments

Comments
 (0)