From c0163434a39bc14f356095fc660a93d66fe01b1e Mon Sep 17 00:00:00 2001 From: Galden Date: Tue, 7 Apr 2020 22:50:16 +0800 Subject: [PATCH] typo fix --- Lib/asyncio/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/asyncio/events.py b/Lib/asyncio/events.py index c7343f515ca222..16a6cfd438bdc1 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