From: Zac Bentley Date: Wed, 2 Jun 2021 15:00:25 +0000 (-0700) Subject: Typo fix in asyncio-eventloop.rst (GH-26482) X-Git-Tag: v3.11.0a1~966 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=225caf78d1096355b7ab072898e28f7ea500ab0f;p=thirdparty%2FPython%2Fcpython.git Typo fix in asyncio-eventloop.rst (GH-26482) --- diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index f34fe09591c5..83ab7360a9b6 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