Skip to content

Commit

Permalink
Removed space after : at the param description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kong Wai Weng committed Oct 22, 2024
1 parent e208d97 commit e60e259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_wiznet5k/adafruit_wiznet5k.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def __init__(
:param str hostname: The desired hostname, with optional {} to fill in the MAC
address, defaults to None.
:param bool debug: Enable debugging output, defaults to False.
: param int spi_baudrate: The SPI clock frequency, defaults to 8MHz.
:param int spi_baudrate: The SPI clock frequency, defaults to 8MHz.
Might not be the actual baudrate, dependent on the hardware.
"""
self._debug = debug
Expand Down

0 comments on commit e60e259

Please sign in to comment.