Skip to content

Commit 3b7fdf0

Browse files
committed
fix README.rst - indentation
1 parent 816c441 commit 3b7fdf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ The baud rate may be specified as an keyword parameter when initializing the boa
4949
To set it to 1000000 use :
5050
.. code-block:: python# Initialze RFM radio
5151
.. code-block:: python
52-
# Initialze RFM radio
53-
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)
52+
# Initialze RFM radio
53+
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)
5454

5555

5656
Contributing

0 commit comments

Comments
 (0)