diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-01-30 00:53:33 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-01-30 00:53:33 (GMT) |
commit | 756f0b19823dbd44fa1cc32089963971b7169cc4 (patch) | |
tree | c647016ddbf2c4d104ab2c122102be332f59d6ca /Doc | |
parent | 188f2c0b75c69cfbe082f1eca2ed8f8a04fa1718 (diff) | |
download | cpython-756f0b19823dbd44fa1cc32089963971b7169cc4.zip cpython-756f0b19823dbd44fa1cc32089963971b7169cc4.tar.gz cpython-756f0b19823dbd44fa1cc32089963971b7169cc4.tar.bz2 |
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() |