summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-01-29 19:53:33 -0500
committerR David Murray <rdmurray@bitdance.com>2015-01-29 19:53:33 -0500
commit6717604eb83116e5dccc17f77ca3b8bac0545d91 (patch)
treebc691a39ed472323eebf1ca9066d2c1ad65989e3 /Doc
parent75dff6ff3f0b9d1e108e45c924de6060f9e812f7 (diff)
downloadcpython-6717604eb83116e5dccc17f77ca3b8bac0545d91.tar.gz
Fix asyncio doc typo.
Diffstat (limited to 'Doc')
-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 12e60c432b..4f7fdfe60f 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()