[Python-checkins] cpython (merge 3.4 -> default): Merge: Fix asyncio doc typo.

r.david.murray python-checkins at python.org
Fri Jan 30 01:54:23 CET 2015


https://hg.python.org/cpython/rev/efb25925bd13
changeset:   94394:efb25925bd13
parent:      94392:582dd2ef9673
parent:      94393:fadfcb2d5a47
user:        R David Murray <rdmurray at 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


More information about the Python-checkins mailing list