From ce166e6b68b7fafb73a99fd64081f8a4155fe22a Mon Sep 17 00:00:00 2001 From: Mike Causer Date: Mon, 1 Aug 2016 09:52:00 +1000 Subject: docs: Spelling mistakes --- docs/library/machine.Timer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/library/machine.Timer.rst') 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 -- cgit v1.2.3