Fix markup of notes recommending asyncio.

This commit is contained in:
Guido van Rossum 2013-11-22 12:27:45 -08:00
parent 9ae8742075
commit 4da459c488
2 changed files with 8 additions and 4 deletions

View File

@ -10,8 +10,10 @@
--------------
Note: This module exists for backwards compatibility only. For new code we
recommend using :module:`asyncio`.
.. note::
This module exists for backwards compatibility only. For new code we
recommend using :mod:`asyncio`.
This module builds on the :mod:`asyncore` infrastructure, simplifying
asynchronous clients and servers and making it easier to handle protocols

View File

@ -13,8 +13,10 @@
--------------
Note: This module exists for backwards compatibility only. For new code we
recommend using :module:`asyncio`.
.. note::
This module exists for backwards compatibility only. For new code we
recommend using :mod:`asyncio`.
This module provides the basic infrastructure for writing asynchronous socket
service clients and servers.