summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-04-20 16:12:23 -0700
committerGitHub <noreply@github.com>2019-04-20 16:12:23 -0700
commit307e7a426403bc91801e79625df359f89ccb5c03 (patch)
tree1f2856e159a6ce983aefc556b827b9174dffe33e /Doc
parent8b30ee843528d0f0e2bfc3307d86658915579c21 (diff)
downloadcpython-git-307e7a426403bc91801e79625df359f89ccb5c03.tar.gz
Fix typo (GH-12878)
"sychronization" -> "synchronization" (cherry picked from commit 3e986de0d65e78901b55d4e500b1d05c847b6d5e) Co-authored-by: Fredrik Averpil <fredrik@averpil.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/asyncio-sync.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-sync.rst b/Doc/library/asyncio-sync.rst
index 18b5629704..291310d714 100644
--- a/Doc/library/asyncio-sync.rst
+++ b/Doc/library/asyncio-sync.rst
@@ -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`