aboutsummaryrefslogtreecommitdiff
path: root/docs/library/machine.Timer.rst
diff options
context:
space:
mode:
authorMike Causer <mcauser@gmail.com>2016-08-01 09:52:00 +1000
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-08-02 11:17:46 +0300
commitce166e6b68b7fafb73a99fd64081f8a4155fe22a (patch)
tree20b063465b430968482cea18c41f949fbd2ec845 /docs/library/machine.Timer.rst
parent3eb532e97463b7f9b9ffe6f617a035284ef3e37b (diff)
docs: Spelling mistakes
Diffstat (limited to 'docs/library/machine.Timer.rst')
-rw-r--r--docs/library/machine.Timer.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/library/machine.Timer.rst b/docs/library/machine.Timer.rst
index 344d1ea86..12db58d5c 100644
--- a/docs/library/machine.Timer.rst
+++ b/docs/library/machine.Timer.rst
@@ -104,7 +104,7 @@ Methods
If only a channel identifier passed, then a previously initialized channel
object is returned (or ``None`` if there is no previous channel).
- Othwerwise, a TimerChannel object is initialized and returned.
+ Otherwise, a TimerChannel object is initialized and returned.
The operating mode is is the one configured to the Timer object that was used to
create the channel.
@@ -152,7 +152,7 @@ Methods
.. method:: timerchannel.irq(\*, trigger, priority=1, handler=None)
- The behavior of this callback is heaviliy dependent on the operating
+ The behavior of this callback is heavily dependent on the operating
mode of the timer channel:
- If mode is ``Timer.PERIODIC`` the callback is executed periodically