mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merge: Fix asyncio doc typo.
This commit is contained in:
commit
6ef0285aec
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