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

Makes quotation consistent with rest of docs in commit 0eae9a2a2d.
This commit is contained in:
Ken Jin 2022-01-19 23:37:05 +08:00 committed by GitHub
parent 0a49148e87
commit 1faf7c4eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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__`.