Skip to content

Commit af1689f

Browse files
committed
Make the text a bit less redundant
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 532f650 commit af1689f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/channels/util/_timer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class Timer(Receiver[timedelta]):
283283
drift will be positive. A negative drift should be technically impossible,
284284
as the timer uses [`asyncio`][asyncio]s loop monotonic clock.
285285
286-
If the timer is delayed too much, then the timer will behave according to the
286+
If the timer is delayed too much, then it will behave according to the
287287
[`missed_tick_policy`][frequenz.channels.util.Timer.missed_tick_policy]. Missing
288288
ticks might or might not trigger a message and the drift could be accumulated or not
289289
depending on the chosen policy.

0 commit comments

Comments
 (0)