diff options
author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | 2022-01-19 15:37:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 15:37:05 (GMT) |
commit | 1faf7c4effbe8b66f9b0347cab570fb3b5c91fb0 (patch) | |
tree | 3b2fc3d1a937ece60da9b4bbe52b0b8c630ca2a1 | |
parent | 0a49148e87cca11e3820cbff2abfd316986a68c6 (diff) | |
download | cpython-1faf7c4effbe8b66f9b0347cab570fb3b5c91fb0.zip cpython-1faf7c4effbe8b66f9b0347cab570fb3b5c91fb0.tar.gz cpython-1faf7c4effbe8b66f9b0347cab570fb3b5c91fb0.tar.bz2 |
bpo-45680: Minor formatting fix in stdtypes.rst (GH-30690)
Makes quotation consistent with rest of docs in commit 0eae9a2a2db6cc5a72535f61bb988cc417011640.
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index f97e7c2..3465320 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__`. |