Skip to content

Commit 0d8c22b

Browse files
committed
docs/pyb.Pin: af_list() is a normal method, not a class method.
1 parent 8171995 commit 0d8c22b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/library/pyb.Pin.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,7 @@ Constructors
8585

8686
Class methods
8787
-------------
88-
89-
.. method:: Pin.af_list()
90-
91-
Returns an array of alternate functions available for this pin.
92-
88+
9389
.. method:: Pin.debug([state])
9490

9591
Get or set the debugging state (``True`` or ``False`` for on or off).
@@ -179,6 +175,10 @@ Methods
179175

180176
Get the pin port.
181177

178+
.. method:: Pin.af_list()
179+
180+
Returns an array of alternate functions available for this pin.
181+
182182
.. method:: pin.pull()
183183

184184
Returns the currently configured pull of the pin. The integer returned

0 commit comments

Comments
 (0)