We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11e71d commit 51ca6b0Copy full SHA for 51ca6b0
docs/advanced/exceptions.rst
@@ -24,7 +24,7 @@ exceptions:
24
+--------------------------------------+--------------------------------------+
25
| :class:`std::length_error` | ``ValueError`` |
26
27
-| :class:`std::out_of_range` | ``ValueError`` |
+| :class:`std::out_of_range` | ``IndexError`` |
28
29
| :class:`std::range_error` | ``ValueError`` |
30
0 commit comments