summaryrefslogtreecommitdiff
path: root/docs/library/pyb.Accel.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/pyb.Accel.rst')
-rw-r--r--docs/library/pyb.Accel.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/library/pyb.Accel.rst b/docs/library/pyb.Accel.rst
index 53e410dfb..2ae357fe7 100644
--- a/docs/library/pyb.Accel.rst
+++ b/docs/library/pyb.Accel.rst
@@ -22,7 +22,7 @@ Constructors
Methods
-------
-.. method:: accel.filtered_xyz()
+.. method:: Accel.filtered_xyz()
Get a 3-tuple of filtered x, y and z values.
@@ -31,18 +31,18 @@ Methods
with the sample from the current call. Returned values are therefore 4
times the size of what they would be from the raw x(), y() and z() calls.
-.. method:: accel.tilt()
+.. method:: Accel.tilt()
Get the tilt register.
-.. method:: accel.x()
+.. method:: Accel.x()
Get the x-axis value.
-.. method:: accel.y()
+.. method:: Accel.y()
Get the y-axis value.
-.. method:: accel.z()
+.. method:: Accel.z()
Get the z-axis value.