Skip to content

Commit 4f7a72b

Browse files
committed
(hopefully) fixed patch by adding second set of backticks around pedometer_reset
1 parent 941d9e6 commit 4f7a72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_lsm6ds/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class LSM6DS: # pylint: disable=too-many-instance-attributes
190190
_ped_enable = RWBit(_LSM6DS_TAP_CFG, 6)
191191
pedometer_steps = ROUnaryStruct(_LSM6DS_STEP_COUNTER, "<h")
192192
"""The number of steps detected by the pedometer. You must enable with `pedometer_enable`
193-
before calling. Use `pedometer_reset` to reset the number of steps"""
193+
before calling. Use ``pedometer_reset`` to reset the number of steps"""
194194
CHIP_ID = None
195195

196196
def __init__(self, i2c_bus: I2C, address: int = LSM6DS_DEFAULT_ADDRESS) -> None:

0 commit comments

Comments
 (0)