summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-08-21 04:20:35 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-08-21 04:20:35 (GMT)
commit49dcf9d858eaeebe687bfbdd36d2e579ec86b031 (patch)
treec8c41b78549a1f700d2d9c8e2066e8244e9849eb
parent97c463dcfb4fe0fc7c26c42b2cc92e477be3059e (diff)
parent9f957705d66bb7501d5590520778183217c301c9 (diff)
downloadcpython-49dcf9d858eaeebe687bfbdd36d2e579ec86b031.zip
cpython-49dcf9d858eaeebe687bfbdd36d2e579ec86b031.tar.gz
cpython-49dcf9d858eaeebe687bfbdd36d2e579ec86b031.tar.bz2
Fix typo in IDLE News.
-rw-r--r--Lib/idlelib/NEWS.txt6
-rw-r--r--Misc/NEWS6
2 files changed, 6 insertions, 6 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 087f315..9c739c6 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -4,16 +4,16 @@ What's New in IDLE 3.6.0?
- Issue #27714: text_textview and test_autocomplete now pass when re-run
in the same process. This occurs when test_idle fails when run with the
- -w option but without -jn. Fix warning tom test_config.
+ -w option but without -jn. Fix warning from test_config.
- Issue #27621: Put query response validation error messages in the query
- box itself instead of a separate massagebox. Redo tests to match.
+ box itself instead of in a separate massagebox. Redo tests to match.
Add Mac OSX refinements. Original patch by Mark Roseman.
- Issue #27620: Escape key now closes Query box as cancelled.
- Issue #27609: IDLE: tab after initial whitespace should tab, not
- autocomplete. This fixes problem with writing docstrings at lease
+ autocomplete. This fixes problem with writing docstrings at least
twice indented.
- Issue #27609: Explicitly return None when there are also non-None
diff --git a/Misc/NEWS b/Misc/NEWS
index b343a91..13e7f36 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -196,16 +196,16 @@ IDLE
- Issue #27714: text_textview and test_autocomplete now pass when re-run
in the same process. This occurs when test_idle fails when run with the
- -w option but without -jn. Fix warning tom test_config.
+ -w option but without -jn. Fix warning from test_config.
- Issue #27621: Put query response validation error messages in the query
- box itself instead of a separate massagebox. Redo tests to match.
+ box itself instead of in a separate massagebox. Redo tests to match.
Add Mac OSX refinements. Original patch by Mark Roseman.
- Issue #27620: Escape key now closes Query box as cancelled.
- Issue #27609: IDLE: tab after initial whitespace should tab, not
- autocomplete. This fixes problem with writing docstrings at lease
+ autocomplete. This fixes problem with writing docstrings at least
twice indented.
- Issue #27609: Explicitly return None when there are also non-None