Skip to content

Commit cf19932

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 9399dc4 commit cf19932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/collections.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ For example::
277277
according to when an element is first encountered in the left operand
278278
and then by the order encountered in the right operand.
279279

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

283283
.. method:: elements()

0 commit comments

Comments
 (0)