Skip to content

Commit 899bd82

Browse files
committed
[Doc] Remove unnecessary quotes from typing
1 parent a8615f4 commit 899bd82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/typing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Specification for the Python Type System
6464
========================================
6565

6666
The 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

Comments
 (0)