Skip to content

Commit 983b17c

Browse files
bpo-40730: Remove redundant 'to' (GH-20316) (GH-20318)
@ericvsmith I guess it is correct to merge it into master and not 3.9 directly? Automerge-Triggered-By: @ericvsmith (cherry picked from commit 30d5a73) Co-authored-by: Florian Dahlitz <[email protected]> Co-authored-by: Florian Dahlitz <[email protected]>
1 parent 51025e0 commit 983b17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ Optimizations
605605

606606
sums = [s for s in [0] for x in data for s in [s + x]]
607607

608-
Unlike to the ``:=`` operator this idiom does not leak a variable to the
608+
Unlike the ``:=`` operator this idiom does not leak a variable to the
609609
outer scope.
610610

611611
(Contributed by Serhiy Storchaka in :issue:`32856`.)

0 commit comments

Comments
 (0)