Fix typo from Lib/asyncio/events.py (GH-19410)
This commit is contained in:
parent
990ea4200f
commit
02152b7332
|
@ -397,7 +397,7 @@ class AbstractEventLoop:
|
||||||
The return value is a Server object, which can be used to stop
|
The return value is a Server object, which can be used to stop
|
||||||
the service.
|
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.
|
server socket to.
|
||||||
|
|
||||||
sock can optionally be specified in order to use a preexisting
|
sock can optionally be specified in order to use a preexisting
|
||||||
|
|
Loading…
Reference in New Issue