@@ -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.
@@ -64,7 +64,7 @@ Specification for the Python Type System
6464========================================
6565
6666The canonical, up-to-date specification of the Python type system can be
67- found at `" Specification for the Python type system" <https://typing.python.org/en/latest/spec/index.html >`_.
67+ found at `Specification for the Python type system <https://typing.python.org/en/latest/spec/index.html >`_.
6868
6969.. _type-aliases :
7070
@@ -2573,7 +2573,7 @@ types.
25732573 at runtime as soon as the class has been created. Monkey-patching
25742574 attributes onto a runtime-checkable protocol will still work, but will
25752575 have no impact on :func: `isinstance ` checks comparing objects to the
2576- protocol. See :ref: `" What's new in Python 3.12" <whatsnew-typing-py312 >`
2576+ protocol. See :ref: `What's new in Python 3.12 <whatsnew-typing-py312 >`
25772577 for more details.
25782578
25792579
0 commit comments