diff --git a/peps/pep-0765.rst b/peps/pep-0765.rst index ddcde3c0f51..9881405d312 100644 --- a/peps/pep-0765.rst +++ b/peps/pep-0765.rst @@ -171,7 +171,7 @@ Change Semantics ---------------- It `was suggested `__ -to change the semantics of control flow instructions in finally such that an +to change the semantics of control flow instructions in ``finally`` such that an in-flight exception takes precedence over them. In other words, a ``return``, ``break`` or ``continue`` would be permitted, and would exit the ``finally`` block, but the exception would still be raised.