mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Typo fix in asyncio-eventloop.rst (GH-26482)
This commit is contained in:
parent
bdb56902a3
commit
225caf78d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue