]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45680: Minor formatting fix in stdtypes.rst (GH-30690)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Wed, 19 Jan 2022 15:37:05 +0000 (23:37 +0800)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 15:37:05 +0000 (23:37 +0800)
Makes quotation consistent with rest of docs in commit 0eae9a2a2db6cc5a72535f61bb988cc417011640.

Doc/library/stdtypes.rst

index f97e7c222b1721d27b23065b48036ee0dbdd50d6..3465320c87d8bc131d2a4aed7fd22822f7eb7b5d 100644 (file)
@@ -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__`.