Skip to content

Commit 9ff73dc

Browse files
committed
Change ref from asyncio to use seealso block.
1 parent 9fa9fca commit 9ff73dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Doc/library/asyncio.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ database connection libraries, distributed task queues, etc.
2929
asyncio is often a perfect fit for IO-bound and high-level
3030
**structured** network code.
3131

32-
If you're new to asyncio or confused by it and would like to better understand
33-
the fundmentals of how it works check out: :ref:`a-conceptual-overview-of-asyncio`.
32+
.. seealso::
33+
34+
:ref:`a-conceptual-overview-of-asyncio`
35+
Explanation of the fundamentals of asyncio.
3436

3537
asyncio provides a set of **high-level** APIs to:
3638

0 commit comments

Comments
 (0)