mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
Removed duplicated word in docs/advanced/exceptions.rst (#3476)
This commit is contained in:
parent
d2b2131603
commit
1eb59963c7
@ -64,7 +64,7 @@ at its exception handler.
|
|||||||
+--------------------------------------+--------------------------------------+
|
+--------------------------------------+--------------------------------------+
|
||||||
|
|
||||||
Exception translation is not bidirectional. That is, *catching* the C++
|
Exception translation is not bidirectional. That is, *catching* the C++
|
||||||
exceptions defined above above will not trap exceptions that originate from
|
exceptions defined above will not trap exceptions that originate from
|
||||||
Python. For that, catch :class:`pybind11::error_already_set`. See :ref:`below
|
Python. For that, catch :class:`pybind11::error_already_set`. See :ref:`below
|
||||||
<handling_python_exceptions_cpp>` for further details.
|
<handling_python_exceptions_cpp>` for further details.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user