diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-01-30 00:54:03 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-01-30 00:54:03 (GMT) |
commit | 6ef0285aec5bd4c6252d975dceeac1201bcc181d (patch) | |
tree | 2ce7abae3876928504769da9e0e006b3f8300267 /Doc | |
parent | fc37abf3ee3325d0f5f296f2ebf3bbc37a0b59f6 (diff) | |
parent | 756f0b19823dbd44fa1cc32089963971b7169cc4 (diff) | |
download | cpython-6ef0285aec5bd4c6252d975dceeac1201bcc181d.zip cpython-6ef0285aec5bd4c6252d975dceeac1201bcc181d.tar.gz cpython-6ef0285aec5bd4c6252d975dceeac1201bcc181d.tar.bz2 |
Merge: Fix asyncio doc typo.
Diffstat (limited to 'Doc')
-rw-r--r-- | 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 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() |