Improve doc

This commit is contained in:
abmantis
2025-10-02 16:20:55 +01:00
parent 82f1ae3519
commit 308f6eb5a8

View File

@@ -290,7 +290,7 @@ class TriggerActionRunner(Protocol):
"""Define trigger action runner type. """Define trigger action runner type.
:return: A future that allows awaiting for the action to finish if it is a :return: A future that allows awaiting for the action to finish if it is a
coroutine, or None if it is a callback. coroutine function, or None if the action is a callback.
""" """