Typo fix in asyncio-eventloop.rst (GH-26482)

This commit is contained in:
Zac Bentley 2021-06-02 08:00:25 -07:00 committed by GitHub
parent bdb56902a3
commit 225caf78d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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