summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-02-19 02:45:56 (GMT)
committerGitHub <noreply@github.com>2022-02-19 02:45:56 (GMT)
commit75c5dbc27eb6d02677543b06e9001523e03a169a (patch)
tree1ac059b7534e576f7f5af11fbb74da3671a08f6e /Doc
parent103f3ca80616958b4e608e9176b9c12cfc80f68b (diff)
downloadcpython-75c5dbc27eb6d02677543b06e9001523e03a169a.zip
cpython-75c5dbc27eb6d02677543b06e9001523e03a169a.tar.gz
cpython-75c5dbc27eb6d02677543b06e9001523e03a169a.tar.bz2
Counter doc mentions three methods, but lists four (GH-30706)
Was probably caused by the addition of the `total()` method (cherry picked from commit 99331fcf175b03b6b82451ac9aa953b476ab48e0) Co-authored-by: Charles Brunet <charles.brunet@optelgroup.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/collections.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index b97bc42..c45d90c 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()