Skip to content

Commit

Permalink
Removed duplicated word in docs/advanced/exceptions.rst (#3476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gjacquenot authored Nov 16, 2021
1 parent d2b2131 commit 1eb5996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ at its exception handler.
+--------------------------------------+--------------------------------------+

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
<handling_python_exceptions_cpp>` for further details.

Expand Down

0 comments on commit 1eb5996

Please sign in to comment.