summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-20 08:37:21 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-11-20 08:37:21 (GMT)
commitcf014413159c1fa2e8b1c1201c07b648b8b0adf2 (patch)
tree061e1564eca8a02ab7c4fd7c06d1d99d0f25228d /Misc
parent04b35753f7a6bcf50f4a3676aca54cc961b93c83 (diff)
downloadcpython-cf014413159c1fa2e8b1c1201c07b648b8b0adf2.zip
cpython-cf014413159c1fa2e8b1c1201c07b648b8b0adf2.tar.gz
cpython-cf014413159c1fa2e8b1c1201c07b648b8b0adf2.tar.bz2
Fix typos in documentation
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 6ea37bb..e9d2f7d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -366,7 +366,7 @@ Library
if pass invalid string-like object as a name. Patch by Xiang Zhang.
- Issue #18844: random.choices() now has k as a keyword-only argument
- to improve the readability of common cases and the come into line
+ to improve the readability of common cases and come into line
with the signature used in other languages.
- Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py.