mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Fix asyncio doc typo.
This commit is contained in:
parent
188f2c0b75
commit
756f0b1982
1 changed files with 1 additions and 1 deletions
|
|
@ -641,7 +641,7 @@ Server
|
|||
Server listening on sockets.
|
||||
|
||||
Object created by the :meth:`BaseEventLoop.create_server` method and the
|
||||
:func:`start_server` function. Don't instanciate the class directly.
|
||||
:func:`start_server` function. Don't instantiate the class directly.
|
||||
|
||||
.. method:: close()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue