Skip to content

Commit

Permalink
gh-103099: Link mypy docs from typing.rst (#103100)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Mar 30, 2023
1 parent dcd6f22 commit fda95aa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,17 @@ For a summary of deprecated features and a deprecation timeline, please see

.. seealso::

For a quick overview of type hints, refer to
`this cheat sheet <https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html>`_.

The "Type System Reference" section of https://mypy.readthedocs.io/ -- since
the Python typing system is standardised via PEPs, this reference should
broadly apply to most Python type checkers, although some parts may still be
specific to mypy.

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:

Relevant PEPs
Expand Down

0 comments on commit fda95aa

Please sign in to comment.