mirror of https://github.com/python/cpython
Typo fix in asyncio-eventloop.rst (GH-26482)
This commit is contained in:
parent
bdb56902a3
commit
225caf78d1
|
@ -1440,7 +1440,7 @@ Do not instantiate the class directly.
|
||||||
Start accepting connections.
|
Start accepting connections.
|
||||||
|
|
||||||
This method is idempotent, so it can be called when
|
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
|
The *start_serving* keyword-only parameter to
|
||||||
:meth:`loop.create_server` and
|
:meth:`loop.create_server` and
|
||||||
|
|
Loading…
Reference in New Issue