Skip to content

Commit 937b212

Browse files
committed
disable pypi; hack fix for namedtuple doc
1 parent 1a74f94 commit 937b212

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

adafruit_ble_heart_rate.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,20 @@
5858
)
5959
"""Namedtuple for measurement values.
6060
61-
.. :attribute:: heart_rate:
61+
* `HeartRateMeasurementValues.heart_rate`
6262
6363
Heart rate (int), in beats per minute.
6464
65-
.. :attribute:: contact:
65+
* `HeartRateMeasurementValues.contact`
6666
6767
``True`` if device is contacting the body, ``False`` if not,
6868
``None`` if device does not support contact detection.
6969
70-
.. :attribute:: energy_expended:
70+
* `HeartRateMeasurementValues.energy_expended`
7171
7272
Energy expended (int), in kilo joules, or ``None`` if no value.
7373
74-
.. :attribute:: rr_intervals:
74+
* `HeartRateMeasurementValues.rr_intervals`
7575
7676
Sequence of RR intervals, measuring the time between
7777
beats. Oldest first, in ints that are units of 1024ths of a second.
File renamed without changes.

0 commit comments

Comments
 (0)