]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix in asyncio-eventloop.rst (GH-26482)
authorZac Bentley <zbentley@users.noreply.github.com>
Wed, 2 Jun 2021 15:00:25 +0000 (08:00 -0700)
committerGitHub <noreply@github.com>
Wed, 2 Jun 2021 15:00:25 +0000 (12:00 -0300)
Doc/library/asyncio-eventloop.rst

index f34fe09591c5bc8f87b337b8d82a4231d2725da0..83ab7360a9b6e2efdb8ee46dbfafa2eaa04398c5 100644 (file)
@@ -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