Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
51ca6b08
Commit
51ca6b08
authored
Jun 11, 2019
by
Wenzel Jakob
Browse files
Update docs on std::out_of_range exception mapping (#1254)
parent
e11e71d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/advanced/exceptions.rst
docs/advanced/exceptions.rst
+1
-1
No files found.
docs/advanced/exceptions.rst
View file @
51ca6b08
...
...
@@ -24,7 +24,7 @@ exceptions:
+--------------------------------------+--------------------------------------+
| :class:`std::length_error` | ``ValueError`` |
+--------------------------------------+--------------------------------------+
| :class:`std::out_of_range` | ``
Value
Error`` |
| :class:`std::out_of_range` | ``
Index
Error`` |
+--------------------------------------+--------------------------------------+
| :class:`std::range_error` | ``ValueError`` |
+--------------------------------------+--------------------------------------+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment