Skip to content

Commit 84aedf7

Browse files
committed
- Style nit.
1 parent 397df8f commit 84aedf7

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
@@ -22,7 +22,7 @@ of this article.
2222
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?
25-
Something like an async sleep, database request, etc.
25+
Something like an async sleep, database request, and so on.
2626

2727
--------------------------------------------
2828
A conceptual overview part 1: the high-level

0 commit comments

Comments
 (0)