From 7a1793b98d6eb83aa471f47214af55af507c0ebc Mon Sep 17 00:00:00 2001 From: Travis DePrato <773453+travigd@users.noreply.github.com> Date: Mon, 17 Dec 2018 22:23:51 -0500 Subject: [PATCH] Fix documentation error. --- docs/messaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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