From 225caf78d1096355b7ab072898e28f7ea500ab0f Mon Sep 17 00:00:00 2001 From: Zac Bentley Date: Wed, 2 Jun 2021 08:00:25 -0700 Subject: [PATCH] Typo fix in asyncio-eventloop.rst (GH-26482) --- Doc/library/asyncio-eventloop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index f34fe09591c..83ab7360a9b 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -1440,7 +1440,7 @@ Do not instantiate the class directly. Start accepting connections. This method is idempotent, so it can be called when - the server is already being serving. + the server is already serving. The *start_serving* keyword-only parameter to :meth:`loop.create_server` and