mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typo from Lib/asyncio/events.py (GH-19410)
This commit is contained in:
parent
990ea4200f
commit
02152b7332
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue