We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c96732 commit 2ffeda1Copy full SHA for 2ffeda1
docs/examples.rst
@@ -34,13 +34,13 @@ Examples
34
:caption: examples/example4_i2c_scanner.py
35
:linenos:
36
37
-5. Intterupt Read - Show the button pressed when interrupt pin goes low.
+5. Interrupt Read - Show the button pressed when interrupt pin goes low.
38
39
.. literalinclude:: ../examples/example5_interrupt_read.py
40
:caption: examples/example5_interrupt_read.py
41
42
43
-6. Key Code - Prompt user to input the correct 4 digit keycode.
+6. Key Code - Prompt user to input the correct 4 digit code.
44
45
.. literalinclude:: ../examples/example6_key_code.py
46
:caption: examples/example6_key_code.py
0 commit comments