Skip to content

Commit 0a68b36

Browse files
Fix typo in Counter documentation (pythonGH-29223)
Co-authored-by: Ken Jin <[email protected]>
1 parent d56375a commit 0a68b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ All of those tests treat missing elements as having zero counts so that
343343
``Counter(a=1) == Counter(a=1, b=0)`` returns true.
344344

345345
.. versionadded:: 3.10
346-
Rich comparison operations we were added
346+
Rich comparison operations were added.
347347

348348
.. versionchanged:: 3.10
349349
In equality tests, missing elements are treated as having zero counts.

0 commit comments

Comments
 (0)