Skip to content

Commit b05c091

Browse files
committed
formatting update
1 parent 3c673b8 commit b05c091

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Diff for: README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CircuitPython driver for use with IR Receivers.
1414

1515
Examples of products to use this library with:
1616

17-
* `CircuitPlayground Express <https://www.adafruit.com/product/3333>`_
17+
* `Circuit Playground Express <https://www.adafruit.com/product/3333>`_
1818

1919
* `IR Receiver Sensor <https://www.adafruit.com/product/157>`_
2020

@@ -33,7 +33,7 @@ Usage Example
3333

3434
.. code-block:: python
3535
36-
# CircuitPlayground Express Demo Code
36+
# Circuit Playground Express Demo Code
3737
# Adjust the pulseio 'board.PIN' if using something else
3838
import pulseio
3939
import board

Diff for: adafruit_irremote.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
`adafruit_irremote`
2424
====================================================
2525
26-
Demo code for CircuitPlayground Express:
26+
Demo code for Circuit Playground Express:
2727
2828
.. code-block: python
2929

Diff for: docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Table of Contents
2626
.. toctree::
2727
:caption: Related Products
2828

29-
CircuitPlayground Express <https://www.adafruit.com/product/3333>
29+
Circuit Playground Express <https://www.adafruit.com/product/3333>
3030
IR Receiver Sensor <https://www.adafruit.com/product/157>
3131

3232
.. toctree::

Diff for: examples/irremote_simpletest.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Circuit Playground Express Demo Code
2+
# Adjust the pulseio 'board.PIN' if using something else
13
import pulseio
24
import board
35
import adafruit_irremote

0 commit comments

Comments
 (0)