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