Skip to content

Commit 93fe4b5

Browse files
iyad-fmikeshardmind
authored andcommitted
Fix typo in scheduler docstring
1 parent 0b083b0 commit 93fe4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/async_utils/scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __lt__(self, other: _Task[T]) -> bool:
4949
class Scheduler[T]:
5050
"""A scheduler.
5151
52-
The scheduler is implemented as an async context manager that it an
52+
The scheduler is implemented as an async context manager that is an
5353
async iterator.
5454
5555
Payloads can be scheduled to the context manager, and will be yielded

0 commit comments

Comments
 (0)