Skip to content

Commit 6e8b0b7

Browse files
authored
Fixed broken highlighting in messaging.rst
There was an extra space before Introduction > Heartbeat that caused the whole line to be highlighted.
1 parent f04ca63 commit 6e8b0b7

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
@@ -76,7 +76,7 @@ kernel has four sockets that serve the following functions:
7676
to allow important messages to avoid queueing behind execution requests (e.g. shutdown or abort).
7777

7878
5. **Heartbeat**: This socket allows for simple bytestring messages to be sent
79-
between the frontend and the kernel to ensure that they are still connected.
79+
between the frontend and the kernel to ensure that they are still connected.
8080

8181
The actual format of the messages allowed on each of these channels is
8282
specified below. Messages are dicts of dicts with string keys and values that

0 commit comments

Comments
 (0)