cpython (merge 3.4 -> default): Merge: Fix asyncio doc typo.

https://hg.python.org/cpython/rev/efb25925bd13 changeset: 94394:efb25925bd13 parent: 94392:582dd2ef9673 parent: 94393:fadfcb2d5a47 user: R David Murray <rdmurray@bitdance.com> date: Thu Jan 29 19:54:03 2015 -0500 summary: Merge: Fix asyncio doc typo. files: Doc/library/asyncio-eventloop.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst --- 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() -- Repository URL: https://hg.python.org/cpython
participants (1)
-
r.david.murray