summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.5.1rc1.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 /Misc/NEWS.d/3.5.1rc1.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 'Misc/NEWS.d/3.5.1rc1.rst')
-rw-r--r--Misc/NEWS.d/3.5.1rc1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.5.1rc1.rst b/Misc/NEWS.d/3.5.1rc1.rst
index bb2d84a..efefaa1 100644
--- a/Misc/NEWS.d/3.5.1rc1.rst
+++ b/Misc/NEWS.d/3.5.1rc1.rst
@@ -191,7 +191,7 @@ comprehensions correspond to the opening brace.
Hide the private _Py_atomic_xxx symbols from the public Python.h header to
fix a compilation error with OpenMP. PyThreadState_GET() becomes an alias to
-PyThreadState_Get() to avoid ABI incompatibilies.
+PyThreadState_Get() to avoid ABI incompatibilities.
..