File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
5057Relevant PEPs
You can’t perform that action at this time.
0 commit comments