Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4921,7 +4921,8 @@ in the ``GenericAlias`` object's :attr:`__args__ <genericalias.__args__>`. ::
Standard Generic Collections
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

These standard library collections support parameterized generics.
The following standard library collections support parameterized generics.
This list is non-exhaustive.

* :class:`tuple`
* :class:`list`
Expand Down Expand Up @@ -4961,6 +4962,8 @@ These standard library collections support parameterized generics.
* :class:`contextlib.AbstractAsyncContextManager`
* :ref:`re.Pattern <re-objects>`
* :ref:`re.Match <match-objects>`
* :class:`shelve.Shelf`
* :class:`types.MappingProxyType`


Special Attributes of Generic Alias
Expand Down