We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754c75d commit 11a3c70Copy full SHA for 11a3c70
v3/docs/TUTORIAL.md
@@ -354,8 +354,8 @@ asyncio.run(main())
354
The CPython [docs](https://docs.python.org/3/library/asyncio-task.html#creating-tasks)
355
have a warning that a reference to the task instance should be saved for the
356
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
+[this issue](https://github.com/micropython/micropython/issues/12299).
+MicroPython `asyncio` does not suffer from this bug, but writers of code which
359
must work in CPython and MicroPython should take note.
360
361
###### [Contents](./TUTORIAL.md#contents)
0 commit comments