We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b083b0 commit 93fe4b5Copy full SHA for 93fe4b5
src/async_utils/scheduler.py
@@ -49,7 +49,7 @@ def __lt__(self, other: _Task[T]) -> bool:
49
class Scheduler[T]:
50
"""A scheduler.
51
52
- The scheduler is implemented as an async context manager that it an
+ The scheduler is implemented as an async context manager that is an
53
async iterator.
54
55
Payloads can be scheduled to the context manager, and will be yielded
0 commit comments