Skip to content

Commit e60e259

Browse files
author
Kong Wai Weng
committed
Removed space after : at the param description.
1 parent e208d97 commit e60e259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_wiznet5k/adafruit_wiznet5k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def __init__(
208208
:param str hostname: The desired hostname, with optional {} to fill in the MAC
209209
address, defaults to None.
210210
:param bool debug: Enable debugging output, defaults to False.
211-
: param int spi_baudrate: The SPI clock frequency, defaults to 8MHz.
211+
:param int spi_baudrate: The SPI clock frequency, defaults to 8MHz.
212212
Might not be the actual baudrate, dependent on the hardware.
213213
"""
214214
self._debug = debug

0 commit comments

Comments
 (0)