Fix typo (GH-12878)

"sychronization" -> "synchronization"
This commit is contained in:
Fredrik Averpil 2019-04-21 01:06:38 +02:00 committed by Miss Islington (bot)
parent 14adbd4598
commit 3e986de0d6
1 changed files with 1 additions and 1 deletions

View 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`