From 1eb59963c78644f3e3a9b3fc6186df9b211093fc Mon Sep 17 00:00:00 2001 From: Guillaume Jacquenot Date: Tue, 16 Nov 2021 23:32:01 +0100 Subject: [PATCH] Removed duplicated word in docs/advanced/exceptions.rst (#3476) --- docs/advanced/exceptions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/exceptions.rst b/docs/advanced/exceptions.rst index 40f67d7b..7cd8447b 100644 --- a/docs/advanced/exceptions.rst +++ b/docs/advanced/exceptions.rst @@ -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 ` for further details.