Skip to content

Commit bef5b9b

Browse files
committed
THREADING.md: Fix broken link.
1 parent 8420165 commit bef5b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/docs/THREADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ asyncio.run(main())
719719
```
720720
###### [Contents](./THREADING.md#contents)
721721

722-
## 4.1 More general solution
722+
## 4.2 More general solution
723723

724724
This provides a queueing mechanism. A task can assign a blocking function to a
725725
core even if the core is already busy. Further it allows for multiple cores or

0 commit comments

Comments
 (0)