diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index b97bc425de9eb9..c45d90cbbc1c74 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -276,7 +276,7 @@ For example:: according to when an element is first encountered in the left operand and then by the order encountered in the right operand. - Counter objects support three methods beyond those available for all + Counter objects support additional methods beyond those available for all dictionaries: .. method:: elements()