Fix docstring

This commit is contained in:
Kattni Rembor 2020-04-09 16:33:00 -04:00
parent 61a2b4912e
commit 82c982e7c4

View file

@ -72,11 +72,11 @@ CSCMeasurementValues = namedtuple(
Time (int), units in 1024ths of a second, when last wheel event was measured.
This is a monotonically increasing clock value, not an interval.
.. py:attribute:: CSCMeasurementValues.cumulative_wheel_revolutions
.. py:attribute:: CSCMeasurementValues.cumulative_crank_revolutions
Cumulative crank revolutions (int).
.. py:attribute:: CSCMeasurementValues.last_wheel_event_time
.. py:attribute:: CSCMeasurementValues.last_crank_event_time
Time (int), units in 1024ths of a second, when last crank event was measured.
This is a monotonically increasing clock value, not an interval.