diff --git a/docs/source/comms.rst b/docs/source/comms.rst index 2d197da55..a82e2a51b 100644 --- a/docs/source/comms.rst +++ b/docs/source/comms.rst @@ -7,10 +7,8 @@ update widget state. A comm consists of a pair of objects, in the kernel and the frontend, with an automatically assigned unique ID. When one side sends a message, a callback on -the other side is triggered with that message data. For example, the kernel can -send a message to the frontend which triggers a callback by the frontend to -the kernel with the message data. Either side, the frontend or kernel, can -open or close the comm. +the other side is triggered with that message data. Either side, the frontend +or kernel, can open or close the comm. .. seealso::