From 585aafc27eb7fa8fe660e3eeaa29bf8d7ab99213 Mon Sep 17 00:00:00 2001
From: Paul Sokolovsky <pfalcon@users.sourceforge.net>
Date: Wed, 8 Jun 2016 16:00:12 +0300
Subject: [PATCH] docs/pyb.ExtInt,pyb.Pin: Mark up class methods as such.

---
 docs/library/pyb.ExtInt.rst | 2 +-
 docs/library/pyb.Pin.rst    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/library/pyb.ExtInt.rst b/docs/library/pyb.ExtInt.rst
index 8344a14c2..89db62e46 100644
--- a/docs/library/pyb.ExtInt.rst
+++ b/docs/library/pyb.ExtInt.rst
@@ -72,7 +72,7 @@ Constructors
 Class methods
 -------------
 
-.. method:: ExtInt.regs()
+.. classmethod:: ExtInt.regs()
 
    Dump the values of the EXTI registers.
 
diff --git a/docs/library/pyb.Pin.rst b/docs/library/pyb.Pin.rst
index c5e91e0b1..50d52eff3 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.
 
-- 
GitLab