commit | 756f0b19823dbd44fa1cc32089963971b7169cc4 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Thu Jan 29 19:53:33 2015 -0500 |
committer | R David Murray <rdmurray@bitdance.com> | Thu Jan 29 19:53:33 2015 -0500 |
tree | c647016ddbf2c4d104ab2c122102be332f59d6ca | |
parent | 188f2c0b75c69cfbe082f1eca2ed8f8a04fa1718 [diff] |
Fix asyncio doc typo.
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index 12e60c4..4f7fdfe 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst
@@ -641,7 +641,7 @@ 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()