Skip to content

Commit a5fdd0e

Browse files
committed
Lint fix.
1 parent 3d3e12c commit a5fdd0e

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
@@ -468,7 +468,7 @@ Here is the full program's output:
468468
You might feel this implementation of asynchronous sleep was unnecessarily
469469
convoluted.
470470
And, well, it was.
471-
The example was meant to showcase the versatility of futures with a simple
471+
The example was meant to showcase the versatility of futures with a simple
472472
example that could be mimicked for more complex needs.
473473
For reference, you could implement it without futures, like so::
474474

0 commit comments

Comments
 (0)