Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0446b21

Browse files
committed
Punctuation typo.
1 parent 6d7e26e commit 0446b21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ ABC Inherits Abstract Methods Mixin
975975
:class:`Sized` ``__len__``
976976
:class:`Callable` ``__call__``
977977

978-
:class:`Sequence` :class:`Sized`, ``__getitem__`` ``__contains__``. ``__iter__``, ``__reversed__``.
978+
:class:`Sequence` :class:`Sized`, ``__getitem__`` ``__contains__``. ``__iter__``, ``__reversed__``,
979979
:class:`Iterable`, ``index``, and ``count``
980980
:class:`Container`
981981

0 commit comments

Comments
 (0)