docs/library/machine.rst: Correct minor typo: timout to timeout.

bound-method-equality
Howard Lovatt 2020-10-10 08:14:38 +11:00 committed by Damien George
parent 3bc0ecbcd9
commit 23f9439f44
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ Power related functions
If *time_ms* is specified then this will be the maximum time in milliseconds that If *time_ms* is specified then this will be the maximum time in milliseconds that
the sleep will last for. Otherwise the sleep can last indefinitely. the sleep will last for. Otherwise the sleep can last indefinitely.
With or without a timout, execution may resume at any time if there are events With or without a timeout, execution may resume at any time if there are events
that require processing. Such events, or wake sources, should be configured before that require processing. Such events, or wake sources, should be configured before
sleeping, like `Pin` change or `RTC` timeout. sleeping, like `Pin` change or `RTC` timeout.