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:
Miss Islington (bot) 2022-02-18 18:49:48 -08:00 committed by GitHub
parent 9399dc45cb
commit cf1993210f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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