Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 756f0b1

Browse files
committed
Fix asyncio doc typo.
1 parent 188f2c0 commit 756f0b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ Server
641641
Server listening on sockets.
642642

643643
Object created by the :meth:`BaseEventLoop.create_server` method and the
644-
:func:`start_server` function. Don't instanciate the class directly.
644+
:func:`start_server` function. Don't instantiate the class directly.
645645

646646
.. method:: close()
647647

0 commit comments

Comments
 (0)