Skip to content

Commit a8615f4

Browse files
committed
[Doc] Remove unnecessary quotes from typing (See Also section)
1 parent 3619b06 commit a8615f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/typing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)