summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/asyncio/events.py')
-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 c10faa7..6240019 100644
--- a/Lib/asyncio/events.py
+++ b/Lib/asyncio/events.py
@@ -99,7 +99,7 @@ class TimerHandle(Handle):
class AbstractServer:
- """Abstract server returned by create_service()."""
+ """Abstract server returned by create_server()."""
def close(self):
"""Stop serving. This leaves existing connections open."""