Merge: Fix asyncio doc typo.

This commit is contained in:
R David Murray 2015-01-29 19:54:03 -05:00
commit 6ef0285aec

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