Skip to content

Commit

Permalink
Fix typo (GH-12878)
Browse files Browse the repository at this point in the history
"sychronization" -> "synchronization"
(cherry picked from commit 3e986de)

Co-authored-by: Fredrik Averpil <fredrik@averpil.com>
  • Loading branch information
miss-islington and fredrikaverpil committed Apr 20, 2019
1 parent 8b30ee8 commit 307e7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/asyncio-sync.rst
Expand Up @@ -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`
Expand Down

0 comments on commit 307e7a4

Please sign in to comment.