Skip to content

Commit 7a1793b

Browse files
authored
Fix documentation error.
1 parent 1d807c2 commit 7a1793b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/messaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Execution results
415415
Message type: ``execute_reply``::
416416

417417
content = {
418-
# One of: 'ok' OR 'error' OR 'abort'
418+
# One of: 'ok' OR 'error' OR 'aborted'
419419
'status' : str,
420420

421421
# The global kernel counter that increases by one with each request that

0 commit comments

Comments
 (0)