summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.5.rst
diff options
context:
space:
mode:
authorStéphane Wirtel <stephane@wirtel.be>2018-10-06 14:35:53 (GMT)
committerJulien Palard <julien@palard.fr>2018-10-06 14:35:53 (GMT)
commit683281f536981da395575b5a07d6761118259fd2 (patch)
treea74a3846a6b688094f8faed929d179de1a35e0a0 /Doc/whatsnew/3.5.rst
parentae62f015240c9162773341a9922794e6b960779d (diff)
downloadcpython-683281f536981da395575b5a07d6761118259fd2.zip
cpython-683281f536981da395575b5a07d6761118259fd2.tar.gz
cpython-683281f536981da395575b5a07d6761118259fd2.tar.bz2
bpo-34906: Doc: Fix typos (2) (GH-9735)
Fix typos
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-rw-r--r--Doc/whatsnew/3.5.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index d3aed84..4eddf84 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -2471,7 +2471,7 @@ Changes in the Python API
parameter to help control the ``opt-`` tag. Because of this, the
*debug_override* parameter of the function is now deprecated. `.pyo` files
are also no longer supported as a file argument to the Python interpreter and
- thus serve no purpose when distributed on their own (i.e. sourcless code
+ thus serve no purpose when distributed on their own (i.e. sourceless code
distribution). Due to the fact that the magic number for bytecode has changed
in Python 3.5, all old `.pyo` files from previous versions of Python are
invalid regardless of this PEP.