Skip to content

Commit 193f700

Browse files
fix typo in documentation comment
1 parent cd3c95b commit 193f700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/spitarget/SPITarget.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(spitarget_spi_target___exit___obj, 4,
8484
//| """Queue data for the next SPI transfer from the main device.
8585
//| If a packet has already been queued for this SPI bus but has not yet been transferred, an error will be raised.
8686
//|
87-
//| :param bytearray miso_packet: Packet data to be sent from secondary to main on next request."""
87+
//| :param bytearray miso_packet: Packet data to be sent from secondary to main on next request.
8888
//| :param bytearray mosi_packet: Packet to be filled with data from main on next request."""
8989
//|
9090
STATIC mp_obj_t spitarget_spi_target_load_packet(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {

0 commit comments

Comments
 (0)