]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-148883: Docs: clarify grammar in Counter dictionary methods note (gh-148882)
authorSanjay Janardhan <21janardhansanjay@gmail.com>
Wed, 22 Apr 2026 22:56:14 +0000 (15:56 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Apr 2026 22:56:14 +0000 (17:56 -0500)
Doc/library/collections.rst

index cb9300f072b9e77149ac956dcc197bb0a4378b2c..e42bdc06be09fff0f2bce31ea4aaf1b71d191c5e 100644 (file)
@@ -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)