From 3e986de0d65e78901b55d4e500b1d05c847b6d5e Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Sun, 21 Apr 2019 01:06:38 +0200 Subject: Fix typo (GH-12878) "sychronization" -> "synchronization" --- Doc/library/asyncio-sync.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-sync.rst b/Doc/library/asyncio-sync.rst index 18da188..e3f18cc 100644 --- a/Doc/library/asyncio-sync.rst +++ b/Doc/library/asyncio-sync.rst @@ -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` -- cgit v0.12