Skip to content

Commit bb6d069

Browse files
committed
fix README typo again
1 parent e1449ac commit bb6d069

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ The baud rate may be specified as an keyword parameter when initializing the boa
4949
To set it to 1000000 use :
5050

5151
.. code-block:: python
52-
# Initialze RFM radio
53-
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)
52+
53+
# Initialze RFM radio
54+
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)
5455
5556
5657
Contributing

0 commit comments

Comments
 (0)