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

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


https://github.com/python/cpython/commit/3e986de0d65e78901b55d4e500b1d05c847b6d5e
commit: 3e986de0d65e78901b55d4e500b1d05c847b6d5e
branch: master
author: Fredrik Averpil <fredrik at averpil.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-04-20T16:06:38-07:00
summary:

Fix typo (GH-12878)



"sychronization" -> "synchronization"

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

diff --git a/Doc/library/asyncio-sync.rst b/Doc/library/asyncio-sync.rst
index 18da18873dbf..e3f18ccb4341 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