[Python-checkins] Fix typo from Lib/asyncio/events.py (GH-19410)

Galden webhook-mailer at python.org
Mon Apr 13 20:04:39 EDT 2020


https://github.com/python/cpython/commit/02152b7332593a00ccf0eb77faf066ba97ca8687
commit: 02152b7332593a00ccf0eb77faf066ba97ca8687
branch: master
author: Galden <wudenggang0 at 163.com>
committer: GitHub <noreply at github.com>
date: 2020-04-14T09:04:32+09:00
summary:

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

files:
M Lib/asyncio/events.py

diff --git a/Lib/asyncio/events.py b/Lib/asyncio/events.py
index c7343f515ca22..16a6cfd438bdc 100644
--- a/Lib/asyncio/events.py
+++ b/Lib/asyncio/events.py
@@ -397,7 +397,7 @@ async def create_unix_server(
         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



More information about the Python-checkins mailing list