commit | 02152b7332593a00ccf0eb77faf066ba97ca8687 | [log] [tgz] |
---|---|---|
author | Galden <wudenggang0@163.com> | Tue Apr 14 08:04:32 2020 +0800 |
committer | GitHub <noreply@github.com> | Tue Apr 14 09:04:32 2020 +0900 |
tree | 8fd479dc4052221d0f796f290a0e934f02ae2f31 | |
parent | 990ea4200f05fcd8bce3de363f4d7745ae142385 [diff] [blame] |
Fix typo from Lib/asyncio/events.py (GH-19410)
diff --git a/Lib/asyncio/events.py b/Lib/asyncio/events.py index c7343f5..16a6cfd 100644 --- a/Lib/asyncio/events.py +++ b/Lib/asyncio/events.py
@@ -397,7 +397,7 @@ 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