8000 Counter doc mentions three methods, but lists four (GH-30706) · python/cpython@99331fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 99331fc

Browse files
authored
Counter doc mentions three methods, but lists four (GH-30706)
Was probably caused by the addition of the `total()` method
1 parent 32e3e0b commit 99331fc

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)
0