summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/asyncio/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asyncio/events.py b/Lib/asyncio/events.py
index c7343f5..16a6cfd 100644
--- a/Lib/asyncio/events.py
+++ b/Lib/asyncio/events.py
@@ -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