diff --git a/docs/source/comms.rst b/docs/source/comms.rst index af51030c4..1a0a5a325 100644 --- a/docs/source/comms.rst +++ b/docs/source/comms.rst @@ -2,7 +2,7 @@ Comms ===== *Comms* allow custom messages between the frontend and the kernel. They are used, -for instance, in `ipywidgets `__ to +for instance, in `ipywidgets `__ to update widget state. A comm consists of a pair of objects, in the kernel and the frontend, with an @@ -12,7 +12,7 @@ or kernel, can open or close the comm. .. seealso:: - `Custom Messages `__ + `Custom Messages `__ The messaging specification section on comms Opening a comm from the kernel