summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-01-30 00:53:33 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-01-30 00:53:33 (GMT)
commit756f0b19823dbd44fa1cc32089963971b7169cc4 (patch)
treec647016ddbf2c4d104ab2c122102be332f59d6ca
parent188f2c0b75c69cfbe082f1eca2ed8f8a04fa1718 (diff)
downloadcpython-756f0b19823dbd44fa1cc32089963971b7169cc4.zip
cpython-756f0b19823dbd44fa1cc32089963971b7169cc4.tar.gz
cpython-756f0b19823dbd44fa1cc32089963971b7169cc4.tar.bz2
Fix asyncio doc typo.
-rw-r--r--Doc/library/asyncio-eventloop.rst2
1 files changed, 1 insertions, 1 deletions
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
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()