We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff1eb7 commit 6190ec7Copy full SHA for 6190ec7
lang/en/typeshed/stdlib/microbit/__init__.pyi
@@ -32,7 +32,7 @@ def run_every(
32
33
As a Decorator - placed on top of the function to schedule. For example::
34
35
- @run_every(h=1, min=20, s=30, ms=50)
+ @run_every(days=1, h=1, min=20, s=30, ms=50)
36
def my_function():
37
# Do something here
38
0 commit comments