forked from p15670423/monkey
Island: Improve `event` docstring in IIslandEventQueue
This commit is contained in:
parent
01ff1711c6
commit
84aa993a8b
|
@ -31,7 +31,7 @@ class IIslandEventQueue(ABC):
|
||||||
Publishes an event topic with the given data
|
Publishes an event topic with the given data
|
||||||
|
|
||||||
:param topic: Event topic to publish
|
:param topic: Event topic to publish
|
||||||
:param event: Event to pass to subscribers with the event publish
|
:param event: Event data to publish
|
||||||
"""
|
"""
|
||||||
|
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue