https://github.com/python/cpython/commit/02152b7332593a00ccf0eb77faf066ba97ca8687 commit: 02152b7332593a00ccf0eb77faf066ba97ca8687 branch: master author: Galden <wudenggang0 at 163.com> committer: GitHub <noreply at github.com> date: 2020年04月14日T09:04:32+09:00 summary: Fix typo from Lib/asyncio/events.py (GH-19410) files: M Lib/asyncio/events.py diff --git a/Lib/asyncio/events.py b/Lib/asyncio/events.py index c7343f515ca22..16a6cfd438bdc 100644 --- a/Lib/asyncio/events.py +++ b/Lib/asyncio/events.py @@ -397,7 +397,7 @@ async def create_unix_server( 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