Skip to content

Commit 27b1504

Browse files
committed
Remove docs for target_module
1 parent 40ed846 commit 27b1504

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/messaging.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,9 +1226,7 @@ Opening a Comm produces a ``comm_open`` message, to be sent to the other side::
12261226
{
12271227
'comm_id' : 'u-u-i-d',
12281228
'target_name' : 'my_comm',
1229-
'data' : {},
1230-
# Optional, the target module
1231-
'target_module': 'my_module',
1229+
'data' : {}
12321230
}
12331231

12341232
Every Comm has an ID and a target name.
@@ -1241,8 +1239,6 @@ The ``data`` key is always a dict and can be any extra JSON information used in
12411239
If the ``target_name`` key is not found on the receiving side,
12421240
then it should immediately reply with a ``comm_close`` message to avoid an inconsistent state.
12431241

1244-
The optional ``target_module`` is used to select a module that is responsible
1245-
for handling the ``target_name``.
12461242

12471243
Comm Messages
12481244
-------------

0 commit comments

Comments
 (0)