File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2057,7 +2057,7 @@ Abstract Base Classes
2057
2057
Corresponding to collections in :mod: `collections.abc `
2058
2058
""""""""""""""""""""""""""""""""""""""""""""""""""""""
2059
2059
2060
- .. class :: AbstractSet(Sized, Collection[T_co])
2060
+ .. class :: AbstractSet(Collection[T_co])
2061
2061
2062
2062
A generic version of :class: `collections.abc.Set `.
2063
2063
@@ -2113,7 +2113,7 @@ Corresponding to collections in :mod:`collections.abc`
2113
2113
:class: `collections.abc.KeysView ` now supports subscripting (``[] ``).
2114
2114
See :pep: `585 ` and :ref: `types-genericalias `.
2115
2115
2116
- .. class :: Mapping(Sized, Collection[KT], Generic[VT_co])
2116
+ .. class :: Mapping(Collection[KT], Generic[KT, VT_co])
2117
2117
2118
2118
A generic version of :class: `collections.abc.Mapping `.
2119
2119
This type can be used as follows::
You can’t perform that action at this time.
0 commit comments