Skip to content

Commit 59631d7

Browse files
author
taradiddles
committed
docstring/wait_nnn_read: single backticks to double backticks
1 parent 631dfa3 commit 59631d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_dps310.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def wait_temperature_ready(self):
319319
320320
To avoid waiting indefinitely this function raises an
321321
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``.
323323
See the `Mode` documentation for details.
324324
"""
325325
if (
@@ -344,7 +344,7 @@ def wait_pressure_ready(self):
344344
345345
To avoid waiting indefinitely this function raises an
346346
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``
348348
See the `Mode` documentation for details.
349349
"""
350350
if (

0 commit comments

Comments
 (0)