summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-05 06:19:42 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-04-05 06:19:42 (GMT)
commit3c38dccf221d1bebb5711470a4641afa20a97294 (patch)
tree81df6c29be06f326ec3ede8a7b2c75561cf85415 /Misc
parented06e8fa50c0428a57dd4e75f9a05962db68a43e (diff)
downloadcpython-3c38dccf221d1bebb5711470a4641afa20a97294.zip
cpython-3c38dccf221d1bebb5711470a4641afa20a97294.tar.gz
cpython-3c38dccf221d1bebb5711470a4641afa20a97294.tar.bz2
Fix typos in documentation and comments
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 82f8d4c..d6b490a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -3025,7 +3025,7 @@ Library
- Issue #16152: fix tokenize to ignore whitespace at the end of the code when
no newline is found. Patch by Ned Batchelder.
-- Issue #16230: Fix a crash in select.select() when one the lists changes
+- Issue #16230: Fix a crash in select.select() when one of the lists changes
size while iterated on. Patch by Serhiy Storchaka.
- Issue #16228: Fix a crash in the json module where a list changes size