File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1752,7 +1752,7 @@ Abstract Base Classes
1752
1752
Corresponding to collections in :mod: `collections.abc `
1753
1753
""""""""""""""""""""""""""""""""""""""""""""""""""""""
1754
1754
1755
- .. class :: AbstractSet(Sized, Collection[T_co])
1755
+ .. class :: AbstractSet(Collection[T_co])
1756
1756
1757
1757
A generic version of :class: `collections.abc.Set `.
1758
1758
@@ -1808,7 +1808,7 @@ Corresponding to collections in :mod:`collections.abc`
1808
1808
:class: `collections.abc.KeysView ` now supports subscripting (``[] ``).
1809
1809
See :pep: `585 ` and :ref: `types-genericalias `.
1810
1810
1811
- .. class :: Mapping(Sized, Collection[KT], Generic[VT_co])
1811
+ .. class :: Mapping(Collection[KT], Generic[KT, VT_co])
1812
1812
1813
1813
A generic version of :class: `collections.abc.Mapping `.
1814
1814
This type can be used as follows::
You can’t perform that action at this time.
0 commit comments