summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/pyb.Accel.rst
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-06-21 14:33:23 +1000
committerDamien George <damien@micropython.org>2022-06-21 14:33:23 +1000
commit9175482f29264b017534902bb65e23a2d6485006 (patch)
tree8014f2a96218f478faf1753b92c7a8c6c34a3eca /docs/library/pyb.Accel.rst
parent89e1e67748e681da5f414dc597e89eaee8822817 (diff)
downloadmicropython-9175482f29264b017534902bb65e23a2d6485006.tar.gz
micropython-9175482f29264b017534902bb65e23a2d6485006.zip
docs/library: Remove unnecessary "pyb." prefix on class names.
Otherwise these classes are refered to with a double prefix, like pyb.pyb.ADC. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/library/pyb.Accel.rst')
-rw-r--r--docs/library/pyb.Accel.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/pyb.Accel.rst b/docs/library/pyb.Accel.rst
index d5c0ca8634..7f5c60f4ce 100644
--- a/docs/library/pyb.Accel.rst
+++ b/docs/library/pyb.Accel.rst
@@ -16,7 +16,7 @@ Raw values are between -32 and 31.
Constructors
------------
-.. class:: pyb.Accel()
+.. class:: Accel()
Create and return an accelerometer object.