Skip to content

Commit 7ee770f

Browse files
committed
Fix documentation phrasing
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 0333b23 commit 7ee770f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/dispatch/_actor_dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def start(self) -> None:
224224
self._tasks.add(asyncio.create_task(self._run()))
225225

226226
async def _start_actor(self, dispatch: Dispatch) -> None:
227-
"""Start all actors."""
227+
"""Start the actor the given dispatch refers to."""
228228
dispatch_update = DispatchInfo(
229229
components=dispatch.target,
230230
dry_run=dispatch.dry_run,

0 commit comments

Comments
 (0)