Skip to content

Commit 145d06f

Browse files
committed
Fix doc build
1 parent 1ddc9d0 commit 145d06f

File tree

1 file changed

+2
-2
lines changed
  • ports/zephyr-cp/bindings/zephyr_i2c

1 file changed

+2
-2
lines changed

ports/zephyr-cp/bindings/zephyr_i2c/I2C.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
//| .. class:: I2C()
2626
//|
2727
//| Cannot be instantiated directly. Instead singletons are created using the
28-
//| `board` aliases that match the device tree labels. `board` may list multiple
29-
//| aliases for a single device. For example, `board.I2C1` and `board.ARDUINO_I2C`
28+
//| ``board`` aliases that match the device tree labels. ``board`` may list multiple
29+
//| aliases for a single device. For example, ``board.I2C1`` and ``board.ARDUINO_I2C``
3030
//| may both refer to the same device.
3131
//| """
3232
//|

0 commit comments

Comments
 (0)