Skip to content

Commit 2b96274

Browse files
committed
UNDER_THE_HOOD.md: add links section.
1 parent 444cec4 commit 2b96274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UNDER_THE_HOOD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,14 +351,14 @@ def get_event_loop(args):
351351

352352
# 8. Links
353353

354-
[Initial discussion of priority I/O scheduling](https://github.com/micropython/micropython/issues/2664)
354+
Initial discussion of priority I/O scheduling [here](https://github.com/micropython/micropython/issues/2664)
355355

356356
PR enabling stream device drivers to be written in Python
357357
[PR #3836: io.IOBase](https://github.com/micropython/micropython/pull/3836).
358358
Includes discussion of the read/write bug.
359359

360360
My outstanding uasyncio PR's:
361-
[PR #287: fast I/O](https://github.com/micropython/micropython-lib/pull/287)
361+
[PR #287: fast I/O](https://github.com/micropython/micropython-lib/pull/287) and
362362
[PR #292: error reporting](https://github.com/micropython/micropython-lib/pull/292)
363363

364364
This caught my attention as worthwhile:

0 commit comments

Comments
 (0)