Skip to content

Commit c010d78

Browse files
committed
Added white space around double-ticks in events comment
1 parent 5ba3e3e commit c010d78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_adxl37x.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def range(self, val: int) -> None:
181181
@property
182182
def events(self) -> Dict[str, bool]:
183183
"""
184-
:attr:`events` will return a dictionary with a key for each
184+
:attr: `events` will return a dictionary with a key for each
185185
event type that has been enabled.
186186
The possible keys are:
187187
@@ -194,8 +194,8 @@ def events(self) -> Dict[str, bool]:
194194
| ``motion`` | True if the sensor has seen acceleration above the threshold |
195195
| | set with `enable_motion_detection`. |
196196
+------------+----------------------------------------------------------------------------+
197-
|``data_ready``| True if the sensor has data to be read. Can be used for more precise |
198-
| | timing if reading many samples |
197+
| ``data_ready`` | True if the sensor has data to be read. Can be used for more precise |
198+
| | timing if reading many samples |
199199
+------------+----------------------------------------------------------------------------+
200200
201201

0 commit comments

Comments
 (0)