mirror of
https://github.com/python/cpython.git
synced 2025-09-14 20:56:06 +00:00
bpo-40730: Remove redundant 'to' (GH-20316)
@ericvsmith I guess it is correct to merge it into master and not 3.9 directly? Automerge-Triggered-By: @ericvsmith
This commit is contained in:
parent
0226f3eba0
commit
30d5a7364d
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ Optimizations
|
|||
|
||||
sums = [s for s in [0] for x in data for s in [s + x]]
|
||||
|
||||
Unlike to the ``:=`` operator this idiom does not leak a variable to the
|
||||
Unlike the ``:=`` operator this idiom does not leak a variable to the
|
||||
outer scope.
|
||||
|
||||
(Contributed by Serhiy Storchaka in :issue:`32856`.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue