Skip to content

Commit 816c441

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To set it to 1000000 use :
5050
.. code-block:: python# Initialze RFM radio
5151
.. code-block:: python
5252
# Initialze RFM radio
53-
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)
53+
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)
5454
5555
5656
Contributing

0 commit comments

Comments
 (0)