mirror of https://github.com/python/cpython
Punctuation typo.
This commit is contained in:
parent
6d7e26e959
commit
0446b21a51
|
@ -975,7 +975,7 @@ ABC Inherits Abstract Methods Mixin
|
|||
:class:`Sized` ``__len__``
|
||||
:class:`Callable` ``__call__``
|
||||
|
||||
:class:`Sequence` :class:`Sized`, ``__getitem__`` ``__contains__``. ``__iter__``, ``__reversed__``.
|
||||
:class:`Sequence` :class:`Sized`, ``__getitem__`` ``__contains__``. ``__iter__``, ``__reversed__``,
|
||||
:class:`Iterable`, ``index``, and ``count``
|
||||
:class:`Container`
|
||||
|
||||
|
|
Loading…
Reference in New Issue