Skip to content

Commit 3187852

Browse files
authored
add space
1 parent f8069df commit 3187852

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
@@ -79,7 +79,7 @@ To set it to 1000000 use :
7979
.. code-block:: python
8080
8181
# Initialze RFM radio
82-
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ,baudrate=1000000)
82+
rfm9x = adafruit_rfm9x.RFM9x(spi, CS, RESET, RADIO_FREQ_MHZ, baudrate=1000000)
8383
8484
8585
Documentation

0 commit comments

Comments
 (0)