]> granicus.if.org Git - python/commitdiff
Fix typo (GH-12878)
authorFredrik Averpil <fredrik@averpil.com>
Sat, 20 Apr 2019 23:06:38 +0000 (01:06 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Apr 2019 23:06:38 +0000 (16:06 -0700)
"sychronization" -> "synchronization"

Doc/library/asyncio-sync.rst

index 18da18873dbfb5577888944b7eacf84854553cb5..e3f18ccb4341fe5026e464891d11824ecbd33559 100644 (file)
@@ -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`