summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-10-07 11:03:53 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-10-07 11:03:53 (GMT)
commitec1aa5c2a1d0848351dd9d7d2758c553f18e56b2 (patch)
tree3aecf6de51f63d93b5831d00413e4a1b0600fdd6 /Misc
parent3f930dcd8725078c1655f09ca9bea0889e999fd6 (diff)
downloadcpython-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/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e0ac4fc..e055bd5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.