mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
gh-148883: Docs: clarify grammar in Counter dictionary methods note (gh-148882)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user