Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4da459c

Browse files
author
Guido van Rossum
committed
Fix markup of notes recommending asyncio.
1 parent 9ae8742 commit 4da459c

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

Doc/library/asynchat.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010

1111
--------------
1212

13-
Note: This module exists for backwards compatibility only. For new code we
14-
recommend using :module:`asyncio`.
13+
.. note::
14+
15+
This module exists for backwards compatibility only. For new code we
16+
recommend using :mod:`asyncio`.
1517

1618
This module builds on the :mod:`asyncore` infrastructure, simplifying
1719
asynchronous clients and servers and making it easier to handle protocols

Doc/library/asyncore.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313

1414
--------------
1515

16-
Note: This module exists for backwards compatibility only. For new code we
17-
recommend using :module:`asyncio`.
16+
.. note::
17+
18+
This module exists for backwards compatibility only. For new code we
19+
recommend using :mod:`asyncio`.
1820

1921
This module provides the basic infrastructure for writing asynchronous socket
2022
service clients and servers.

0 commit comments

Comments
 (0)