diff --git a/docs/messaging.rst b/docs/messaging.rst index 7c533a7de..6e5a7b220 100644 --- a/docs/messaging.rst +++ b/docs/messaging.rst @@ -415,7 +415,7 @@ Execution results Message type: ``execute_reply``:: content = { - # One of: 'ok' OR 'error' OR 'abort' + # One of: 'ok' OR 'error' OR 'aborted' 'status' : str, # The global kernel counter that increases by one with each request that