From 79321fdce3227cf09bb8a2894d856753f1ba098e Mon Sep 17 00:00:00 2001 From: Sanjay Janardhan <21janardhansanjay@gmail.com> Date: Wed, 22 Apr 2026 15:56:14 -0700 Subject: [PATCH] gh-148883: Docs: clarify grammar in Counter dictionary methods note (gh-148882) --- 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 cb9300f072b..e42bdc06be0 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)