Skip to content

Commit 4d95273

Browse files
gh-116485: Fixed the typo (#116486)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent d864b00 commit 4d95273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/collections/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ def update(self, iterable=None, /, **kwds):
680680
681681
'''
682682
# The regular dict.update() operation makes no sense here because the
683-
# replace behavior results in the some of original untouched counts
683+
# replace behavior results in some of the original untouched counts
684684
# being mixed-in with all of the other counts for a mismash that
685685
# doesn't have a straight-forward interpretation in most counting
686686
# contexts. Instead, we implement straight-addition. Both the inputs

0 commit comments

Comments
 (0)