mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Counter doc mentions three methods, but lists four (GH-30706)
Was probably caused by the addition of the `total()` method
This commit is contained in:
parent
32e3e0bea6
commit
99331fcf17
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue