From: Sanjay Janardhan <21janardhansanjay@gmail.com> Date: Wed, 22 Apr 2026 22:56:14 +0000 (-0700) Subject: gh-148883: Docs: clarify grammar in Counter dictionary methods note (gh-148882) X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=79321fdce3227cf09bb8a2894d856753f1ba098e;p=thirdparty%2FPython%2Fcpython.git gh-148883: Docs: clarify grammar in Counter dictionary methods note (gh-148882) --- diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index cb9300f072b9..e42bdc06be09 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -326,7 +326,7 @@ For example:: .. versionadded:: 3.10 The usual dictionary methods are available for :class:`Counter` objects - except for two which work differently for counters. + except for these two which work differently for counters: .. method:: fromkeys(iterable)