From: Galden Date: Tue, 14 Apr 2020 00:04:32 +0000 (+0800) Subject: Fix typo from Lib/asyncio/events.py (GH-19410) X-Git-Tag: v3.9.0a6~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02152b7332593a00ccf0eb77faf066ba97ca8687;p=thirdparty%2FPython%2Fcpython.git Fix typo from Lib/asyncio/events.py (GH-19410) --- diff --git a/Lib/asyncio/events.py b/Lib/asyncio/events.py index c7343f515ca2..16a6cfd438bd 100644 --- a/Lib/asyncio/events.py +++ b/Lib/asyncio/events.py @@ -397,7 +397,7 @@ class AbstractEventLoop: The return value is a Server object, which can be used to stop the service. - path is a str, representing a file systsem path to bind the + path is a str, representing a file system path to bind the server socket to. sock can optionally be specified in order to use a preexisting