diff options
| author | Jos Verlinde <josverl@microsoft.com> | 2021-07-12 18:04:56 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-02-09 15:01:00 +1100 |
| commit | cd0531c533c9e3bb6e96ec8d994ae272b58503c6 (patch) | |
| tree | 2c422ec313a8bda5b79c47837843f6d2183a75e0 /docs/library/pyb.Pin.rst | |
| parent | a41abd94dcbb5c36cd3a66ae000fa02634472a6c (diff) | |
docs: Use the correct * keyword-only notation.
Diffstat (limited to 'docs/library/pyb.Pin.rst')
| -rw-r--r-- | docs/library/pyb.Pin.rst | 2 |
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: |
