Fix typo from Lib/asyncio/events.py (GH-19410)

This commit is contained in:
Galden 2020-04-14 08:04:32 +08:00 committed by GitHub
parent 990ea4200f
commit 02152b7332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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