Skip to content

Commit 3cbda5d

Browse files
committed
UNDER_THE_HOOD.md: add TOC.
1 parent 4a2286b commit 3cbda5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UNDER_THE_HOOD.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ wishing to modify it.
1212
1. [Introduction](./UNDER_THE_HOOD.md#1-introduction)
1313
2. [Generators and coroutines](./UNDER_THE_HOOD.md#2-generators-and-coroutines)
1414
3. [Coroutine yield types](./UNDER_THE_HOOD.md#3-coroutine-yield-types)
15-
3.1 [SysCall1 classes](SysCall1 classes)
15+
3.1 [SysCall1 classes](./UNDER_THE_HOOD.md#31-syscall1-classes)
1616
4. [The EventLoop](./UNDER_THE_HOOD.md#4-the-eventloop)
1717
4.1 [Exceptions](./UNDER_THE_HOOD.md#41-exceptions)
1818
4.2 [Task Cancellation](./UNDER_THE_HOOD.md#42-task-cancellation)
19-
5. [Stream I/O](./UNDER_THE_HOOD.md#5-stream-i/o)
19+
5. [Stream I/O](./UNDER_THE_HOOD.md#5-stream-io)
2020
5.1 [StreamReader](./UNDER_THE_HOOD.md#51-streamreader)
2121
5.2 [StreamWriter](./UNDER_THE_HOOD.md#52-streamwriter)
2222
5.3 [PollEventLoop.wait](./UNDER_THE_HOOD.md#53-polleventloop.wait)
@@ -212,7 +212,7 @@ time the coro is scheduled.
212212

213213
###### [Contents](./UNDER_THE_HOOD.md#0-contents)
214214

215-
# 5. Stream I/O
215+
# 5. Stream IO
216216

217217
Stream I/O is an efficient way of polling stream devices using `select.poll`.
218218
Device drivers for this mechanism must provide an `ioctl` method which reports

0 commit comments

Comments
 (0)