Fix asyncio doc typo.

This commit is contained in:
R David Murray 2015-01-29 19:53:33 -05:00
parent 188f2c0b75
commit 756f0b1982
1 changed files with 1 additions and 1 deletions

View File

@ -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()