summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.6.3rc1.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.6.3rc1.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.6.3rc1.rst')
-rw-r--r--Misc/NEWS.d/3.6.3rc1.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS.d/3.6.3rc1.rst b/Misc/NEWS.d/3.6.3rc1.rst
index 2fc3c08..ca812c6 100644
--- a/Misc/NEWS.d/3.6.3rc1.rst
+++ b/Misc/NEWS.d/3.6.3rc1.rst
@@ -517,7 +517,7 @@ LF. Patch by Dong-hee Na.
.. section: Library
multiprocessing.Queue.get() with a timeout now polls its reader in
-non-blocking mode if it succeeded to aquire the lock but the acquire took
+non-blocking mode if it succeeded to acquire the lock but the acquire took
longer than the timeout.
..
@@ -818,7 +818,7 @@ IDLE - make tests pass with zzdummy extension disabled by default.
Document how IDLE runs tkinter programs. IDLE calls tcl/tk update in the
background in order to make live
-interaction and experimentatin with tkinter applications much easier.
+interaction and experimentation with tkinter applications much easier.
..
@@ -837,7 +837,7 @@ not the same as deleting and inserting because int('') will fail.
.. nonce: 50Jp_Q
.. section: IDLE
-Rearrange IDLE condigdialog GenPage into Window, Editor, and Help sections.
+Rearrange IDLE configdialog GenPage into Window, Editor, and Help sections.
..