gh-148883: Docs: clarify grammar in Counter dictionary methods note (gh-148882)

This commit is contained in:
Sanjay Janardhan 2026-04-22 15:56:14 -07:00 committed by GitHub
parent 76b3923d68
commit 79321fdce3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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)