Skip to content

Commit 75c5dbc

Browse files
Counter doc mentions three methods, but lists four (GH-30706)
Was probably caused by the addition of the `total()` method (cherry picked from commit 99331fc) Co-authored-by: Charles Brunet <[email protected]>
1 parent 103f3ca commit 75c5dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ For example::
276276
according to when an element is first encountered in the left operand
277277
and then by the order encountered in the right operand.
278278

279-
Counter objects support three methods beyond those available for all
279+
Counter objects support additional methods beyond those available for all
280280
dictionaries:
281281

282282
.. method:: elements()

0 commit comments

Comments
 (0)