mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typo (GH-12878)
"sychronization" -> "synchronization"
This commit is contained in:
parent
14adbd4598
commit
3e986de0d6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue