Skip to content

Commit 82c982e

Browse files
committed
Fix docstring
1 parent 61a2b49 commit 82c982e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_ble_cycling_speed_and_cadence.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
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_wheel_revolutions
75+
.. py:attribute:: CSCMeasurementValues.cumulative_crank_revolutions
7676
7777
Cumulative crank revolutions (int).
7878
79-
.. py:attribute:: CSCMeasurementValues.last_wheel_event_time
79+
.. py:attribute:: CSCMeasurementValues.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)