Skip to content

Commit e4e457b

Browse files
committed
fix inline code format in docstring
1 parent 08b43f6 commit e4e457b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_icm20x.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ class ICM20649(ICM20X):
528528
import board
529529
import adafruit_icm20x
530530
531-
Once this is done you can define your `board.I2C` object and define your sensor object
531+
Once this is done you can define your ``board.I2C`` object and define your sensor object
532532
533533
.. code-block:: python
534534
@@ -603,7 +603,7 @@ class ICM20948(ICM20X): # pylint:disable=too-many-instance-attributes
603603
import board
604604
import adafruit_icm20x
605605
606-
Once this is done you can define your `board.I2C` object and define your sensor object
606+
Once this is done you can define your ``board.I2C`` object and define your sensor object
607607
608608
.. code-block:: python
609609

0 commit comments

Comments
 (0)