Skip to content

Commit 138efbf

Browse files
committed
removing_data_references
1 parent d009170 commit 138efbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ Installing the BME280 library could have the following outcomes:
7171
* It installs successfully and your code fails to run with a memory allocation
7272
error. Try one of the following:
7373

74-
* If your :data:`code.py` is large, especially if it has lots of comments, you
75-
can shrink it into a :data:`.mpy` file instead. See the Adafruit
74+
* If your ``code.py`` is large, especially if it has lots of comments, you
75+
can shrink it into a ``.mpy`` file instead. See the Adafruit
7676
`Learn Guide <https://learn.adafruit.com/Memory-saving-tips-for-CircuitPython/non-volatile-not-enough-disk-space>`_
7777
on shrinking your code.
7878
* Only use the basic BME280 implementation, and remove the following file:
79-
:data:`<CIRCUITPY>/lib/adafruit_bme280/advanced.mpy` where <CIRCUITPY> is the
79+
``<CIRCUITPY>/lib/adafruit_bme280/advanced.mpy`` where <CIRCUITPY> is the
8080
mounted location of your device. Make sure that your code only uses the basic
8181
implementation.
8282

0 commit comments

Comments
 (0)