diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-10-07 11:03:53 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-07 11:03:53 (GMT) |
commit | ec1aa5c2a1d0848351dd9d7d2758c553f18e56b2 (patch) | |
tree | 3aecf6de51f63d93b5831d00413e4a1b0600fdd6 /Misc | |
parent | 3f930dcd8725078c1655f09ca9bea0889e999fd6 (diff) | |
download | cpython-ec1aa5c2a1d0848351dd9d7d2758c553f18e56b2.zip cpython-ec1aa5c2a1d0848351dd9d7d2758c553f18e56b2.tar.gz cpython-ec1aa5c2a1d0848351dd9d7d2758c553f18e56b2.tar.bz2 |
More typos in 3.5 documentation and comments
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -285,7 +285,7 @@ Build ----- - Issue #24915: Add LLVM support for PGO builds and use the test suite to - generate the profile data. Initiial patch by Alecsandru Patrascu of Intel. + generate the profile data. Initial patch by Alecsandru Patrascu of Intel. - Issue #24910: Windows MSIs now have unique display names. @@ -1693,7 +1693,7 @@ Core and Builtins type) can now be weakref'ed. Patch by Wei Wu. - Issue #22077: Improve index error messages for bytearrays, bytes, lists, - and tuples by adding 'or slices'. Added ', not <typename' for bytearrays. + and tuples by adding 'or slices'. Added ', not <typename>' for bytearrays. Original patch by Claudiu Popa. - Issue #20179: Apply Argument Clinic to bytes and bytearray. |