Commit 51ca6b08 authored by Wenzel Jakob's avatar Wenzel Jakob
Browse files

Update docs on std::out_of_range exception mapping (#1254)

parent e11e71d8
......@@ -24,7 +24,7 @@ exceptions:
+--------------------------------------+--------------------------------------+
| :class:`std::length_error` | ``ValueError`` |
+--------------------------------------+--------------------------------------+
| :class:`std::out_of_range` | ``ValueError`` |
| :class:`std::out_of_range` | ``IndexError`` |
+--------------------------------------+--------------------------------------+
| :class:`std::range_error` | ``ValueError`` |
+--------------------------------------+--------------------------------------+
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment