Skip to content

Commit e206315

Browse files
authored
Merge pull request #414 from travigd/travigd-patch-1
Fix documentation error.
2 parents 63caabf + 7a1793b commit e206315

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)