Skip to content

Commit 79321fd

Browse files
authored
gh-148883: Docs: clarify grammar in Counter dictionary methods note (gh-148882)
1 parent 76b3923 commit 79321fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ For example::
326326
.. versionadded:: 3.10
327327

328328
The usual dictionary methods are available for :class:`Counter` objects
329-
except for two which work differently for counters.
329+
except for these two which work differently for counters:
330330

331331
.. method:: fromkeys(iterable)
332332

0 commit comments

Comments
 (0)