[Python-checkins] bpo-45680: Minor formatting fix in stdtypes.rst (GH-30690)

Fidget-Spinner webhook-mailer at python.org
Wed Jan 19 10:37:17 EST 2022


https://github.com/python/cpython/commit/1faf7c4effbe8b66f9b0347cab570fb3b5c91fb0
commit: 1faf7c4effbe8b66f9b0347cab570fb3b5c91fb0
branch: main
author: Ken Jin <28750310+Fidget-Spinner at users.noreply.github.com>
committer: Fidget-Spinner <28750310+Fidget-Spinner at users.noreply.github.com>
date: 2022-01-19T23:37:05+08:00
summary:

bpo-45680: Minor formatting fix in stdtypes.rst (GH-30690)

Makes quotation consistent with rest of docs in commit 0eae9a2a2db6cc5a72535f61bb988cc417011640.

files:
M Doc/library/stdtypes.rst

diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index f97e7c222b172..3465320c87d8b 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -5063,7 +5063,7 @@ All parameterized generics implement special read-only attributes.
    :pep:`484` - Type Hints
       Introducing Python's framework for type annotations.
 
-   :pep:`585` - "Type Hinting Generics In Standard Collections"
+   :pep:`585` - Type Hinting Generics In Standard Collections
       Introducing the ability to natively parameterize standard-library
       classes, provided they implement the special class method
       :meth:`~object.__class_getitem__`.



More information about the Python-checkins mailing list