mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Counter doc mentions three methods, but lists four (GH-30706)
Was probably caused by the addition of the `total()` method
(cherry picked from commit 99331fcf17
)
Co-authored-by: Charles Brunet <charles.brunet@optelgroup.com>
This commit is contained in:
parent
9399dc45cb
commit
cf1993210f
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,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