From: R David Murray Date: Fri, 30 Jan 2015 00:53:33 +0000 (-0500) Subject: Fix asyncio doc typo. X-Git-Tag: v3.4.3rc1~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=756f0b19823dbd44fa1cc32089963971b7169cc4;p=thirdparty%2FPython%2Fcpython.git Fix asyncio doc typo. --- diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index 12e60c432b6f..4f7fdfe60f25 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -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()