Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b40618

Browse files
gh-103099: Link mypy docs from typing.rst (GH-103100)
(cherry picked from commit fda95aa) Co-authored-by: Shantanu <[email protected]>
1 parent ae42c1d commit 1b40618

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Doc/library/typing.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,17 @@ For a summary of deprecated features and a deprecation timeline, please see
4141

4242
.. seealso::
4343

44+
For a quick overview of type hints, refer to
45+
`this cheat sheet <https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html>`_.
46+
47+
The "Type System Reference" section of https://mypy.readthedocs.io/ -- since
48+
the Python typing system is standardised via PEPs, this reference should
49+
broadly apply to most Python type checkers, although some parts may still be
50+
specific to mypy.
51+
4452
The documentation at https://typing.readthedocs.io/ serves as useful reference
4553
for type system features, useful typing related tools and typing best practices.
4654

47-
4855
.. _relevant-peps:
4956

5057
Relevant PEPs

0 commit comments

Comments
 (0)