Skip to content

Commit bfd1212

Browse files
Update Doc/howto/a-conceptual-overview-of-asyncio.rst
Co-authored-by: Peter Bierma <[email protected]>
1 parent 0fffd4b commit bfd1212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ of this article.
1919
- What's roughly happening behind the scenes when an object is ``await``\ ed?
2020
- How does asyncio differentiate between a task which doesn't need CPU-time
2121
to make progress towards completion, for example, a network request or file
22-
read as opposed to a task that does need cpu-time to make progress, like
22+
read as opposed to a task that does need CPU-time to make progress, like
2323
computing n-factorial?
2424
- How would I go about writing my own asynchronous variant of some operation?
2525
Something like an async sleep, database request, and so on.

0 commit comments

Comments
 (0)