summaryrefslogtreecommitdiff
path: root/docs/library/pyb.Pin.rst
diff options
context:
space:
mode:
authorJos Verlinde <josverl@microsoft.com>2021-07-12 18:04:56 +0200
committerDamien George <damien@micropython.org>2022-02-09 15:01:00 +1100
commitcd0531c533c9e3bb6e96ec8d994ae272b58503c6 (patch)
tree2c422ec313a8bda5b79c47837843f6d2183a75e0 /docs/library/pyb.Pin.rst
parenta41abd94dcbb5c36cd3a66ae000fa02634472a6c (diff)
docs: Use the correct * keyword-only notation.
Diffstat (limited to 'docs/library/pyb.Pin.rst')
-rw-r--r--docs/library/pyb.Pin.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.Pin.rst b/docs/library/pyb.Pin.rst
index 23ede48ed..33b994e39 100644
--- a/docs/library/pyb.Pin.rst
+++ b/docs/library/pyb.Pin.rst
@@ -98,7 +98,7 @@ Class methods
Methods
-------
-.. method:: Pin.init(mode, pull=Pin.PULL_NONE, \*, value=None, alt=-1)
+.. method:: Pin.init(mode, pull=Pin.PULL_NONE, *, value=None, alt=-1)
Initialise the pin: