diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index eea9ddcc140031..f64ae9cc4d775e 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -4921,7 +4921,8 @@ in the ``GenericAlias`` object's :attr:`__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` @@ -4961,6 +4962,8 @@ These standard library collections support parameterized generics. * :class:`contextlib.AbstractAsyncContextManager` * :ref:`re.Pattern ` * :ref:`re.Match ` +* :class:`shelve.Shelf` +* :class:`types.MappingProxyType` Special Attributes of Generic Alias