Island: Improve `event` docstring in IIslandEventQueue

This commit is contained in:
Mike Salvatore 2022-09-06 15:08:50 -04:00
parent 01ff1711c6
commit 84aa993a8b
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class IIslandEventQueue(ABC):
Publishes an event topic with the given data
:param topic: Event topic to publish
:param event: Event to pass to subscribers with the event publish
:param event: Event data to publish
"""
pass