Skip to content

Commit def6157

Browse files
anordin95willingc
andauthored
Update Doc/howto/a-conceptual-overview-of-asyncio.rst
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
1 parent 2a96782 commit def6157

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ article:
1616
- How does :mod:`!asyncio` differentiate between a task which doesn't need
1717
CPU-time (such as a network request or file read) as opposed to a task that
1818
does (such as computing n-factorial)?
19-
- How would I go about writing my own asynchronous variant of some operation?
20-
Something like an async sleep, database request, and so on.
19+
- How to write an asynchronous variant of an operation, such as
20+
an async sleep or database request.
2121

2222
.. seealso::
2323

0 commit comments

Comments
 (0)