Skip to content

Commit 13cb7c0

Browse files
authored
Merge pull request #247 from joeltg/patch-1
Fixed broken highlighting in messaging.rst
2 parents f04ca63 + 6e8b0b7 commit 13cb7c0

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)