We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8c22b commit 585aafcCopy full SHA for 585aafc
docs/library/pyb.ExtInt.rst
@@ -72,7 +72,7 @@ Constructors
72
Class methods
73
-------------
74
75
-.. method:: ExtInt.regs()
+.. classmethod:: ExtInt.regs()
76
77
Dump the values of the EXTI registers.
78
docs/library/pyb.Pin.rst
@@ -86,15 +86,15 @@ Constructors
86
87
88
89
- .. method:: Pin.debug([state])
+ .. classmethod:: Pin.debug([state])
90
91
Get or set the debugging state (``True`` or ``False`` for on or off).
92
93
- .. method:: Pin.dict([dict])
+ .. classmethod:: Pin.dict([dict])
94
95
Get or set the pin mapper dictionary.
96
97
- .. method:: Pin.mapper([fun])
+ .. classmethod:: Pin.mapper([fun])
98
99
Get or set the pin mapper function.
100
0 commit comments