]> granicus.if.org Git - python/commitdiff
Fix asyncio doc typo.
authorR David Murray <rdmurray@bitdance.com>
Fri, 30 Jan 2015 00:53:33 +0000 (19:53 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 30 Jan 2015 00:53:33 +0000 (19:53 -0500)
Doc/library/asyncio-eventloop.rst

index 12e60c432b6f577a91507579e960df46cb0e1268..4f7fdfe60f255674fd067a2299d091b07ab69396 100644 (file)
@@ -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()