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

This commit is contained in:
Wenzel Jakob 2019-06-11 22:47:37 +02:00
parent e11e71d85c
commit 51ca6b0832

View File

@ -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`` |
+--------------------------------------+--------------------------------------+