Fix typo (GH-12878)
"sychronization" -> "synchronization"
This commit is contained in:
parent
14adbd4598
commit
3e986de0d6
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue