Skip to content

Commit 82aae01

Browse files
committed
Update named tuple doc
1 parent 82c982e commit 82aae01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

adafruit_ble_cycling_speed_and_cadence.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,20 @@
6363
)
6464
"""Namedtuple for measurement values.
6565
66-
.. py:attribute:: CSCMeasurementValues.cumulative_wheel_revolutions
66+
.. :attribute:: cumulative_wheel_revolutions:
6767
6868
Cumulative wheel revolutions (int).
6969
70-
.. py:attribute:: CSCMeasurementValues.last_wheel_event_time
70+
.. :attribute:: last_wheel_event_time:
7171
7272
Time (int), units in 1024ths of a second, when last wheel event was measured.
7373
This is a monotonically increasing clock value, not an interval.
7474
75-
.. py:attribute:: CSCMeasurementValues.cumulative_crank_revolutions
75+
.. :attribute:: cumulative_crank_revolutions:
7676
7777
Cumulative crank revolutions (int).
7878
79-
.. py:attribute:: CSCMeasurementValues.last_crank_event_time
79+
.. :attribute:: last_crank_event_time:
8080
8181
Time (int), units in 1024ths of a second, when last crank event was measured.
8282
This is a monotonically increasing clock value, not an interval.

0 commit comments

Comments
 (0)