Skip to content

Commit 30cd869

Browse files
committed
sphinx fix; unknown target 'click'
1 parent 2b4242e commit 30cd869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_lis3dh.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def set_tap(self, tap, threshold, *,
253253
"""
254254
Set the tap detection parameters.
255255
256-
.. note:: Tap related registers are called CLICK_ in the datasheet.
256+
.. note:: Tap related registers are called ``CLICK_`` in the datasheet.
257257
258258
:param int tap: 0 to disable tap detection, 1 to detect only single
259259
taps, and 2 to detect only double taps.

0 commit comments

Comments
 (0)