File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ provides backports of these new features to older versions of Python.
4545
4646.. seealso ::
4747
48- `" Typing cheat sheet" <https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html >`_
48+ `Typing cheat sheet <https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html >`_
4949 A quick overview of type hints (hosted at the mypy docs)
5050
51- " Type System Reference" section of `the mypy docs <https://mypy.readthedocs.io/en/stable/index.html >`_
51+ Type System Reference section of `the mypy docs <https://mypy.readthedocs.io/en/stable/index.html >`_
5252 The Python typing system is standardised via PEPs, so this reference
5353 should broadly apply to most Python type checkers. (Some parts may still
5454 be specific to mypy.)
5555
56- `" Static Typing with Python" <https://typing.python.org/en/latest/ >`_
56+ `Static Typing with Python <https://typing.python.org/en/latest/ >`_
5757 Type-checker-agnostic documentation written by the community detailing
5858 type system features, useful typing related tools and typing best
5959 practices.
You can’t perform that action at this time.
0 commit comments