Skip to content

Commit 4d8a115

Browse files
committed
Clarify that iopub error message doesn't include execution_count
Closes gh-129
1 parent 2e2e5da commit 4d8a115

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
@@ -1187,7 +1187,7 @@ Message type: ``error``::
11871187

11881188
content = {
11891189
# Similar content to the execute_reply messages for the 'error' case,
1190-
# except the 'status' field is omitted.
1190+
# except the 'status' and 'execution_count' fields are omitted.
11911191
}
11921192

11931193
.. versionchanged:: 5.0

0 commit comments

Comments
 (0)