8000 gh-103099: Link mypy docs from typing.rst (GH-103100) · python/cpython@ba755a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ba755a2

Browse files
gh-103099: Link mypy docs from typing.rst (GH-103100)
(cherry picked from commit fda95aa) Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
1 parent 3a27be7 commit ba755a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/library/typing.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ provides backports of these new features to older versions of Python.
3838

3939
.. seealso::
4040

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

0 commit comments

Comments
 (0)
0