]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo (GH-12878) 12897/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Apr 2019 23:12:23 +0000 (16:12 -0700)
committerGitHub <noreply@github.com>
Sat, 20 Apr 2019 23:12:23 +0000 (16:12 -0700)
"sychronization" -> "synchronization"
(cherry picked from commit 3e986de0d65e78901b55d4e500b1d05c847b6d5e)

Co-authored-by: Fredrik Averpil <fredrik@averpil.com>
Doc/library/asyncio-sync.rst

index 18b5629704366d86e0412bc87e56f20f9efcf04c..291310d71414e8e5d0ea4a4f0babcacb155829f4 100644 (file)
@@ -17,7 +17,7 @@ those of the :mod:`threading` module with two important caveats:
   argument; use the :func:`asyncio.wait_for` function to perform
   operations with timeouts.
 
-asyncio has the following basic sychronization primitives:
+asyncio has the following basic synchronization primitives:
 
 * :class:`Lock`
 * :class:`Event`