We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3828d commit ee5c4deCopy full SHA for ee5c4de
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -4,9 +4,9 @@
4
A Conceptual Overview of :mod:`!asyncio`
5
****************************************
6
7
-This :ref:`HOWTO <how-tos>` article seeks to help you build a sturdy mental model of how :mod:`asyncio`
8
-fundamentally works, helping you understand the how and why behind the
9
-recommended patterns.
+This :ref:`HOWTO <how-tos>` article seeks to help you build a sturdy mental
+model of how :mod:`asyncio` fundamentally works, helping you understand the
+how and why behind the recommended patterns.
10
11
You might be curious about some key :mod:`!asyncio` concepts.
12
You'll be comfortably able to answer these questions by the end of this
0 commit comments