]> granicus.if.org Git - python/commitdiff
Fix markup of notes recommending asyncio.
authorGuido van Rossum <guido@dropbox.com>
Fri, 22 Nov 2013 20:27:45 +0000 (12:27 -0800)
committerGuido van Rossum <guido@dropbox.com>
Fri, 22 Nov 2013 20:27:45 +0000 (12:27 -0800)
Doc/library/asynchat.rst
Doc/library/asyncore.rst

index 7050f0c5a3bfcd53ff920740d99c7499e9521d12..7b8107434a70f48e4b7f28c0d285f0094dcb760a 100644 (file)
 
 --------------
 
-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
index d0a30f8ae6c8db03565b36d9712a3f1f545f98dc..61079c5b34c0cfcf85d569a5897663d72cc0dfa9 100644 (file)
 
 --------------
 
-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.