Skip to content

Commit 1faf7c4

Browse files
bpo-45680: Minor formatting fix in stdtypes.rst (pythonGH-30690)
Makes quotation consistent with rest of docs in commit 0eae9a2.
1 parent 0a49148 commit 1faf7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5063,7 +5063,7 @@ All parameterized generics implement special read-only attributes.
50635063
:pep:`484` - Type Hints
50645064
Introducing Python's framework for type annotations.
50655065

5066-
:pep:`585` - "Type Hinting Generics In Standard Collections"
5066+
:pep:`585` - Type Hinting Generics In Standard Collections
50675067
Introducing the ability to natively parameterize standard-library
50685068
classes, provided they implement the special class method
50695069
:meth:`~object.__class_getitem__`.

0 commit comments

Comments
 (0)