mirror of
https://github.com/python/cpython.git
synced 2026-04-26 13:50:54 +00:00
gh-148883: Docs: clarify grammar in Counter dictionary methods note (gh-148882)
This commit is contained in:
parent
76b3923d68
commit
79321fdce3
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue