Skip to content

Commit 307e7a4

Browse files
Fix typo (GH-12878)
"sychronization" -> "synchronization" (cherry picked from commit 3e986de) Co-authored-by: Fredrik Averpil <[email protected]>
1 parent 8b30ee8 commit 307e7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-sync.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ those of the :mod:`threading` module with two important caveats:
1717
argument; use the :func:`asyncio.wait_for` function to perform
1818
operations with timeouts.
1919

20-
asyncio has the following basic sychronization primitives:
20+
asyncio has the following basic synchronization primitives:
2121

2222
* :class:`Lock`
2323
* :class:`Event`

0 commit comments

Comments
 (0)