Documentation
In the documentation of "Built-in Exceptions", the second paragraph states The built-in exceptions listed below can be generated by the interpreter or built-in functions. Because of the new sections "Exception context" and "Inheriting from built-in exceptions" were introduced in Python 3.9, the word "below" became ambiguous. I suggest changing it to The built-in exceptions listed in the document....
Linked PRs