[Python-checkins] Fix typo (GH-12878)

Miss Islington (bot) webhook-mailer at python.org
Sat Apr 20 19:12:26 EDT 2019


https://github.com/python/cpython/commit/307e7a426403bc91801e79625df359f89ccb5c03
commit: 307e7a426403bc91801e79625df359f89ccb5c03
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-04-20T16:12:23-07:00
summary:

Fix typo (GH-12878)


"sychronization" -> "synchronization"
(cherry picked from commit 3e986de0d65e78901b55d4e500b1d05c847b6d5e)

Co-authored-by: Fredrik Averpil <fredrik at averpil.com>

files:
M Doc/library/asyncio-sync.rst

diff --git a/Doc/library/asyncio-sync.rst b/Doc/library/asyncio-sync.rst
index 18b562970436..291310d71414 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`



More information about the Python-checkins mailing list