Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eblot committed Dec 2, 2019
1 parent 4c57cd8 commit f10e8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyftdi/ftdi.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ def set_baudrate(self, baudrate: int) -> None:
:param baudrate: the new baudrate for the UART.
:raise ValueError: if deviation from selected baudrate is too large
:rause FtdiError: on IO Error
:raise FtdiError: on IO Error
"""
if self.bitbang_enabled:
baudrate *= Ftdi.BITBANG_CLOCK_MULTIPLIER
Expand Down

0 comments on commit f10e8d2

Please sign in to comment.