Skip to content

Commit

Permalink
docs: fix simple typo, schduling -> scheduling (#910)
Browse files Browse the repository at this point in the history
There is a small typo in tests/test_observer.py.

Should read `scheduling` rather than `schduling`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
  • Loading branch information
timgates42 committed Jul 16, 2022
1 parent eb331de commit 0800dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_observer.py
Expand Up @@ -137,7 +137,7 @@ def mocked_start():
observer.start()
assert len(observer.emitters) == 0

# Re-schduling the watch should work
# Re-scheduling the watch should work
observer.schedule(None, '')
assert len(observer.emitters) == 1

Expand Down

0 comments on commit 0800dba

Please sign in to comment.