summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/pyb.Pin.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/pyb.Pin.rst')
-rw-r--r--docs/library/pyb.Pin.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/library/pyb.Pin.rst b/docs/library/pyb.Pin.rst
index c5e91e0b16..50d52eff34 100644
--- a/docs/library/pyb.Pin.rst
+++ b/docs/library/pyb.Pin.rst
@@ -86,15 +86,15 @@ Constructors
Class methods
-------------
- .. method:: Pin.debug([state])
+ .. classmethod:: Pin.debug([state])
Get or set the debugging state (``True`` or ``False`` for on or off).
- .. method:: Pin.dict([dict])
+ .. classmethod:: Pin.dict([dict])
Get or set the pin mapper dictionary.
- .. method:: Pin.mapper([fun])
+ .. classmethod:: Pin.mapper([fun])
Get or set the pin mapper function.