Skip to content

Commit 11a3c70

Browse files
committed
Tutorial: amend note on task references.
1 parent 754c75d commit 11a3c70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v3/docs/TUTORIAL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ asyncio.run(main())
354354
The CPython [docs](https://docs.python.org/3/library/asyncio-task.html#creating-tasks)
355355
have a warning that a reference to the task instance should be saved for the
356356
task's duration. This was raised in
357-
[this issue](https://github.com/micropython/micropython/issues/12299). I don't
358-
believe MicroPython `asyncio` suffers from this bug, but writers of code which
357+
[this issue](https://github.com/micropython/micropython/issues/12299).
358+
MicroPython `asyncio` does not suffer from this bug, but writers of code which
359359
must work in CPython and MicroPython should take note.
360360

361361
###### [Contents](./TUTORIAL.md#contents)

0 commit comments

Comments
 (0)