mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typo in Counter documentation (GH-29223)
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
This commit is contained in:
parent
d56375a0dd
commit
0a68b3603f
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ All of those tests treat missing elements as having zero counts so that
|
|||
``Counter(a=1) == Counter(a=1, b=0)`` returns true.
|
||||
|
||||
.. versionadded:: 3.10
|
||||
Rich comparison operations we were added
|
||||
Rich comparison operations were added.
|
||||
|
||||
.. versionchanged:: 3.10
|
||||
In equality tests, missing elements are treated as having zero counts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue