Removed repeated word in news

I had repeated the word "for", and so the repeat has been removed
This commit is contained in:
E-Paine 2020-05-01 10:09:53 +01:00 committed by GitHub
parent f171dd6388
commit 773429e9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ bpo-26353: Stop adding newline when saving an IDLE shell window.
bpo-38598: Do not try to compile IDLE shell or output windows.
bpo-23937: Add option to maximise IDLE windows on load
(applies for for both shell and editor windows).
(applies for both shell and editor windows).
What's New in IDLE 3.8.0 (since 3.7.0)