summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/pyb.Timer.rst
diff options
context:
space:
mode:
authorchuangjinglu <chuangjinglu@outlook.com>2024-11-25 11:06:15 +0800
committerDamien George <damien@micropython.org>2024-11-30 13:08:33 +1100
commit2e796d6c3e33e2d3b1936cd05aa926400ad1d5b7 (patch)
treed8da1231caa87036fe1724640efa1efb2e74538b /docs/library/pyb.Timer.rst
parent3de3821abf7e245566be227c9799b74d6b80aae3 (diff)
downloadmicropython-2e796d6c3e33e2d3b1936cd05aa926400ad1d5b7.tar.gz
micropython-2e796d6c3e33e2d3b1936cd05aa926400ad1d5b7.zip
docs,ports: Fix some comments and error messages with doubled-up words.
Signed-off-by: chuangjinglu <chuangjinglu@outlook.com>
Diffstat (limited to 'docs/library/pyb.Timer.rst')
-rw-r--r--docs/library/pyb.Timer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.Timer.rst b/docs/library/pyb.Timer.rst
index 1749efce2d..c644e38d78 100644
--- a/docs/library/pyb.Timer.rst
+++ b/docs/library/pyb.Timer.rst
@@ -163,7 +163,7 @@ Methods
- ``callback`` - as per TimerChannel.callback()
- ``pin`` None (the default) or a Pin object. If specified (and not None)
- this will cause the alternate function of the the indicated pin
+ this will cause the alternate function of the indicated pin
to be configured for this timer channel. An error will be raised if
the pin doesn't support any alternate functions for this timer channel.