diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 22:18:08 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 22:18:08 (GMT) |
commit | 439f92ae3d46c7593159f5bb13d5a95495c2b4e7 (patch) | |
tree | 23926a9eefa3d8eb596f0044a288adec426a60db /Misc/NEWS | |
parent | 7d6e9232b142cd85a683a195f614bc2f09751934 (diff) | |
parent | cf014413159c1fa2e8b1c1201c07b648b8b0adf2 (diff) | |
download | cpython-439f92ae3d46c7593159f5bb13d5a95495c2b4e7.zip cpython-439f92ae3d46c7593159f5bb13d5a95495c2b4e7.tar.gz cpython-439f92ae3d46c7593159f5bb13d5a95495c2b4e7.tar.bz2 |
Merge typo fixes from 3.6
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -295,7 +295,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. |