Skip to content

Commit 86039b7

Browse files
committed
Phrasing
1 parent d12b29f commit 86039b7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Doc/howto/a-conceptual-overview-of-asyncio.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ This article seeks to help you build a sturdy mental model of how ``asyncio``
1010
fundamentally works, helping you understand the how and why behind the
1111
recommended patterns.
1212

13-
During my own ``asyncio`` learning process, a few aspects particually drove my
14-
curiosity (read: drove me nuts).
15-
You should be able to comfortably answer all these questions by the end
16-
of this article.
13+
You might be curious about some key ``asyncio`` concepts.
14+
You'll be comfortably able to answer these questions by the end of this
15+
article.
1716

1817
- What's happening behind the scenes when an object is ``await``\ ed?
1918
- How does ``asyncio`` differentiate between a task which doesn't need CPU-time

0 commit comments

Comments
 (0)