]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Counter doc mentions three methods, but lists four (GH-30706)
authorCharles Brunet <charles.brunet@optelgroup.com>
Sat, 19 Feb 2022 02:23:53 +0000 (21:23 -0500)
committerGitHub <noreply@github.com>
Sat, 19 Feb 2022 02:23:53 +0000 (18:23 -0800)
Was probably caused by the addition of the `total()` method

Doc/library/collections.rst

index b97bc425de9eb9ae74e9c2621e363e838b7e2391..c45d90cbbc1c74ebae6a37e6bde1d61519f5e43a 100644 (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()