Skip to content

Commit 2ffeda1

Browse files
committed
fixed typo in examples.rst
1 parent 7c96732 commit 2ffeda1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Examples
3434
:caption: examples/example4_i2c_scanner.py
3535
:linenos:
3636

37-
5. Intterupt Read - Show the button pressed when interrupt pin goes low.
37+
5. Interrupt Read - Show the button pressed when interrupt pin goes low.
3838

3939
.. literalinclude:: ../examples/example5_interrupt_read.py
4040
:caption: examples/example5_interrupt_read.py
4141
:linenos:
4242

43-
6. Key Code - Prompt user to input the correct 4 digit keycode.
43+
6. Key Code - Prompt user to input the correct 4 digit code.
4444

4545
.. literalinclude:: ../examples/example6_key_code.py
4646
:caption: examples/example6_key_code.py

0 commit comments

Comments
 (0)