Skip to content

Commit 266e4ac

Browse files
committed
docs/library/machine.SPI: Remove spurious "of".
1 parent 25c6fc7 commit 266e4ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/library/machine.SPI.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Methods
4747
- ``polarity`` can be 0 or 1, and is the level the idle clock line sits at.
4848
- ``phase`` can be 0 or 1 to sample data on the first or second clock edge
4949
respectively.
50-
- ``bits`` is the width in bits of each transfer. Only 8 of is guaranteed to be supported by all hardware.
50+
- ``bits`` is the width in bits of each transfer. Only 8 is guaranteed to be supported by all hardware.
5151
- ``firstbit`` can be ``SPI.MSB`` or ``SPI.LSB``.
5252
- ``pins`` is an optional tuple with the pins to assign to the SPI bus (deprecated, only for WiPy).
5353
- ``sck``, ``mosi``, ``miso`` are pins (machine.Pin) objects to use for bus signals. For most

0 commit comments

Comments
 (0)