summaryrefslogtreecommitdiff
path: root/poezio/plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/plugin.py')
-rw-r--r--poezio/plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/poezio/plugin.py b/poezio/plugin.py
index 78996788..9260aa21 100644
--- a/poezio/plugin.py
+++ b/poezio/plugin.py
@@ -165,7 +165,7 @@ class PluginAPI:
:param datetime.datetime date: The time at which the handler must be executed
:param function callback: The handler that will be executed
- :param \*args: Optional arguments passed to the handler.
+ :param args: Optional arguments passed to the handler.
:return: The created event.
:rtype: :py:class:`timed_events.TimedEvent`
"""
@@ -181,7 +181,7 @@ class PluginAPI:
:param int delay: The number of seconds to schedule the execution
:param function callback: The handler that will be executed
- :param \*args: Optional arguments passed to the handler.
+ :param args: Optional arguments passed to the handler.
:return: The created event.
:rtype: :py:class:`timed_events.DelayedEvent`
"""