Skip to content

Commit 9704523

Browse files
Change the en/typeshed instead of welsh typeshed
1 parent 6190ec7 commit 9704523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/en/typeshed/stdlib/power.pyi

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def deep_sleep(
4343
when the USB cable is inserted.
4444
4545
When the ``run_every`` parameter is set to ``True`` (the default), any
46-
function scheduled with ``run_every`` will momentarily wake up the board
47-
to run and when it finishes it will go back to sleep.
46+
function scheduled with ``run_every`` will momentarily wake up the board to
47+
run and when it finishes it will go back to sleep.
4848
4949
:param ms: A time in milliseconds to wait before it wakes up.
5050
:param wake_on: A single instance or a tuple of pins and/or buttons to wake up the board, e.g. ``deep_sleep(wake_on=button_a)`` or ``deep_sleep(wake_on=(pin0, pin2, button_b))``.

0 commit comments

Comments
 (0)