mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-116485: Fixed the typo (#116486)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
d864b0094f
commit
4d952737e6
1 changed files with 1 additions and 1 deletions
|
|
@ -680,7 +680,7 @@ class Counter(dict):
|
|||
|
||||
'''
|
||||
# The regular dict.update() operation makes no sense here because the
|
||||
# replace behavior results in the some of original untouched counts
|
||||
# replace behavior results in some of the original untouched counts
|
||||
# being mixed-in with all of the other counts for a mismash that
|
||||
# doesn't have a straight-forward interpretation in most counting
|
||||
# contexts. Instead, we implement straight-addition. Both the inputs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue