Skip to content

Commit 3feec88

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

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
@@ -19,7 +19,7 @@ wishing to modify it.
1919
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)
22-
5.3 [PollEventLoop.wait](./UNDER_THE_HOOD.md#53-polleventloop.wait)
22+
5.3 [PollEventLoop wait method](./UNDER_THE_HOOD.md#53-polleventloop-wait-method)
2323
6. [Debug code](./UNDER_THE_HOOD.md#6-debug-code)
2424
7. [Modifying uasyncio](./UNDER_THE_HOOD.md#7-modifying-uasyncio)
2525

@@ -266,7 +266,7 @@ The mechanism is the same as for reading, except that when `ioctl` returns a
266266
"ready" state for a writeable device it means the device is capable of writing
267267
at least one character.
268268

269-
## 5.3 PollEventLoop.wait
269+
## 5.3 PollEventLoop wait method
270270

271271
When this is called the `Poll` instance is checked in a one-shot mode. In this
272272
mode it will return either when `delay` has elapsed or when at least one device

0 commit comments

Comments
 (0)