summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-02-10 01:17:51 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-02-10 01:17:51 (GMT)
commit96a4f07107476c0038ff1302b7ef779cab07e8ae (patch)
tree209d9fe2647330179040ef4b57dc2c3617853333 /Misc/NEWS
parent763f9f0d89548e02c2efcd843655944584d6d33f (diff)
downloadcpython-96a4f07107476c0038ff1302b7ef779cab07e8ae.zip
cpython-96a4f07107476c0038ff1302b7ef779cab07e8ae.tar.gz
cpython-96a4f07107476c0038ff1302b7ef779cab07e8ae.tar.bz2
Issues #26310, #26311: Fix typos in the documentation and code comments
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 66b8d36..1d24f50 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3448,7 +3448,7 @@ IDLE
move version to end.
- Issue #14105: Idle debugger breakpoints no longer disappear
- when inseting or deleting lines.
+ when inserting or deleting lines.
- Issue #17172: Turtledemo can now be run from Idle.
Currently, the entry is on the Help menu, but it may move to Run.