diff --git a/gufe/protocols/errors.py b/gufe/protocols/errors.py index 6d853a90..3dddf9d6 100644 --- a/gufe/protocols/errors.py +++ b/gufe/protocols/errors.py @@ -30,5 +30,7 @@ class ProtocolUnitFailureError(ProtocolDAGResultError): class ExecutionInterrupt(BaseException): """Exception for unrecoverable execution failures that are unrelated to user inputs. - Will not be caught by ProtocolUnit.execute(). + + Will not be caught by ``ProtocolUnit.execute()``. + """