Skip to content

Commit 59ebd3a

Browse files
authored
Merge pull request #189 from blink1073/remove_target_module
Remove docs for target_module
2 parents e3f54d0 + 27b1504 commit 59ebd3a

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
@@ -1318,9 +1318,7 @@ Opening a Comm produces a ``comm_open`` message, to be sent to the other side::
13181318
{
13191319
'comm_id' : 'u-u-i-d',
13201320
'target_name' : 'my_comm',
1321-
'data' : {},
1322-
# Optional, the target module
1323-
'target_module': 'my_module',
1321+
'data' : {}
13241322
}
13251323

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

1336-
The optional ``target_module`` is used to select a module that is responsible
1337-
for handling the ``target_name``.
13381334

13391335
Comm Messages
13401336
-------------

0 commit comments

Comments
 (0)