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:
Charles Brunet 2022-02-18 21:23:53 -05:00 committed by GitHub
parent 32e3e0bea6
commit 99331fcf17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()