Skip to content

Commit 9ea5fdd

Browse files
committed
Changing phrasing in example code in read_the_docs
1 parent 64ee24b commit 9ea5fdd

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 one way of importing the `ICM20649` class so you can use it with the name ``icm``.
523+
Here is an example of using the `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 one way of importing the `ICM20948` class so you can use it with the name ``icm``.
600+
Here is an example of using the `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)