summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-07-23 06:25:59 (GMT)
committerGitHub <noreply@github.com>2020-07-23 06:25:59 (GMT)
commit4cf7afcefcd1eb1ab233ed4523eb2b3bbf599c81 (patch)
tree205d3ee89a4822ec174e7039217e29194eca74a7 /Misc/NEWS.d
parent00466db22168579509fe6aa6cb47cdd89dfb9141 (diff)
downloadcpython-4cf7afcefcd1eb1ab233ed4523eb2b3bbf599c81.zip
cpython-4cf7afcefcd1eb1ab233ed4523eb2b3bbf599c81.tar.gz
cpython-4cf7afcefcd1eb1ab233ed4523eb2b3bbf599c81.tar.bz2
bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
Also one in news log. (cherry picked from commit 592527f3ee59616eca2bd1da771f7c14cee808d5) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/3.9.0a1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.9.0a1.rst b/Misc/NEWS.d/3.9.0a1.rst
index fb74d36..fe9fc58 100644
--- a/Misc/NEWS.d/3.9.0a1.rst
+++ b/Misc/NEWS.d/3.9.0a1.rst
@@ -5081,7 +5081,7 @@ Stop adding newline when saving an IDLE shell window.
Add an option to toggle IDLE's cursor blink for shell, editor, and output
windows. See Settings, General, Window Preferences, Cursor Blink. Patch by
-Zachary Spytz.
+Zackery Spytz.
..