Skip to content

Commit de35db3

Browse files
committed
Correcting class reference
1 parent 025f525 commit de35db3

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
@@ -520,7 +520,7 @@ class ICM20649(ICM20X):
520520
521521
**Quickstart: Importing and using the ICM20649 temperature sensor**
522522
523-
Here is an example of using the `ICM2020649` class.
523+
Here is an example of using the :class:`ICM2020649` class.
524524
First you will need to import the libraries to use the sensor
525525
526526
.. code-block:: python
@@ -597,7 +597,7 @@ class ICM20948(ICM20X): # pylint:disable=too-many-instance-attributes
597597
598598
**Quickstart: Importing and using the ICM20948 temperature sensor**
599599
600-
Here is an example of using the `ICM20948` class.
600+
Here is an example of using the :class:`ICM20948` class.
601601
First you will need to import the libraries to use the sensor
602602
603603
.. code-block:: python

0 commit comments

Comments
 (0)