Skip to content

Commit c4a5787

Browse files
committed
Minor: Extend documentation phrasing
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 034d4cd commit c4a5787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/dispatch/_bg_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ async def _run(self) -> None:
337337
pass
338338

339339
async def _execute_scheduled_event(self, dispatch: Dispatch, timer: Timer) -> None:
340-
"""Execute a scheduled event.
340+
"""Execute a scheduled event and schedules the next one if any.
341341
342342
Args:
343343
dispatch: The dispatch to execute.

0 commit comments

Comments
 (0)