Skip to content

Commit ed4af30

Browse files
committed
Correct a docstring
1 parent 216eb7f commit ed4af30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_mcp2515/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class MCP2515: # pylint:disable=too-many-instance-attributes
264264
265265
:param ~busio.SPI spi: The SPI bus used to communicate with the MCP2515
266266
:param ~digitalio.DigitalInOut cs_pin: SPI bus enable pin
267-
:param int baudrate: The bit rate of the bus in Hz, using a 16Mhz crystal. All devices on\
267+
:param int baudrate: The bit rate of the bus in Hz. All devices on\
268268
the bus must agree on this value. Defaults to 250000.
269269
:param Literal crystal_freq: MCP2515 crystal frequency. Valid values are:\
270270
16000000, 10000000 and 8000000. Defaults to 16000000 (16MHz).\

0 commit comments

Comments
 (0)