]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo from Lib/asyncio/events.py (GH-19410)
authorGalden <wudenggang0@163.com>
Tue, 14 Apr 2020 00:04:32 +0000 (08:04 +0800)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2020 00:04:32 +0000 (09:04 +0900)
Lib/asyncio/events.py

index c7343f515ca222688c9af3fd04106c7171d40b7d..16a6cfd438bdc1bda360d34727d8fb476a9754fe 100644 (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