File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ def wait_temperature_ready(self):
319
319
320
320
To avoid waiting indefinitely this function raises an
321
321
error if the sensor isn't configured for temperate measurements,
322
- ie. `Mode.ONE_TEMPERATURE`, `Mode.CONT_TEMP` or `Mode.CONT_PRESTEMP`.
322
+ ie. `` Mode.ONE_TEMPERATURE`` , `` Mode.CONT_TEMP`` or `` Mode.CONT_PRESTEMP` `.
323
323
See the `Mode` documentation for details.
324
324
"""
325
325
if (
@@ -344,7 +344,7 @@ def wait_pressure_ready(self):
344
344
345
345
To avoid waiting indefinitely this function raises an
346
346
error if the sensor isn't configured for pressure measurements,
347
- ie. `Mode.ONE_PRESSURE`, `Mode.CONT_PRESSURE` or `Mode.CONT_PRESTEMP`
347
+ ie. `` Mode.ONE_PRESSURE`` , `` Mode.CONT_PRESSURE`` or `` Mode.CONT_PRESTEMP` `
348
348
See the `Mode` documentation for details.
349
349
"""
350
350
if (
You can’t perform that action at this time.
0 commit comments