From 756f0b19823dbd44fa1cc32089963971b7169cc4 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Thu, 29 Jan 2015 19:53:33 -0500 Subject: [PATCH] Fix asyncio doc typo. --- Doc/library/asyncio-eventloop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index 12e60c432b6..4f7fdfe60f2 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()