Skip to content

Commit 55801e5

Browse files
committed
Updated with changes from pre-commit
1 parent c69d766 commit 55801e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ Usage Example
158158
* Code Example:
159159

160160
.. code-block:: shell
161-
161+
162162
# import the CircuitPython board and busio libraries
163163
import board
164-
164+
165165
# Enable I2C (Qwiic) communication
166166
from sparkfun_serlcd import Sparkfun_SerLCD_I2C
167167
i2c = board.I2C()

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Table of Contents
2323
.. toctree::
2424
:caption: Tutorials
2525

26-
Sparkfun AVR-Based Serial Enabled LCDs Hookup Guide <https://learn.sparkfun.com/tutorials/avr-based-serial-enabled-lcds-hookup-guide/all>
26+
Sparkfun AVR-Based Serial Enabled LCDs Hookup Guide <https://learn.sparkfun.com/tutorials/avr-based-serial-enabled-lcds-hookup-guide/all>
2727

2828
.. toctree::
2929
:caption: Related Products

0 commit comments

Comments
 (0)