Skip to content

Commit

Permalink
Update run_every microbit doc
Browse files Browse the repository at this point in the history
To match PR docs: Add missing days parameter to microbit.run_every. (#767)
  • Loading branch information
microbit-grace committed Mar 20, 2024
1 parent 5ff1eb7 commit 6190ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/en/typeshed/stdlib/microbit/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run_every(
As a Decorator - placed on top of the function to schedule. For example::
@run_every(h=1, min=20, s=30, ms=50)
@run_every(days=1, h=1, min=20, s=30, ms=50)
def my_function():
# Do something here
Expand Down

0 comments on commit 6190ec7

Please sign in to comment.