From 19dd531c38afc7c62dbc8c520810c0ed330b1e38 Mon Sep 17 00:00:00 2001 From: Charles Brunet Date: Wed, 19 Jan 2022 13:41:09 -0500 Subject: [PATCH] Counter doc mentions three methods, but lists four Was probably caused by the addition of the `total()` method --- Doc/library/collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index b8a717d883c093..a984f854a5a705 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -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()