From: Fredrik Averpil Date: Sat, 20 Apr 2019 23:06:38 +0000 (+0200) Subject: Fix typo (GH-12878) X-Git-Tag: v3.8.0a4~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e986de0d65e78901b55d4e500b1d05c847b6d5e;p=thirdparty%2FPython%2Fcpython.git Fix typo (GH-12878) "sychronization" -> "synchronization" --- diff --git a/Doc/library/asyncio-sync.rst b/Doc/library/asyncio-sync.rst index 18da18873dbf..e3f18ccb4341 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`