Skip to content

Commit 8472ae7

Browse files
committed
Docs formatting
1 parent 5d024a0 commit 8472ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/aurora_epaper/aurora_framebuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
//| :param int width: The width of the display in pixels
7575
//| :param int height: The height of the display in pixels
7676
//| :param microcontroller.Pin power: The pin that controls power to the display (optional).
77-
//| :param bool free_bus: Determines whether the SPI bus passed in will be freed when the frame buffer is freed.
77+
//| :param bool free_bus: Determines whether the SPI bus passed in will be freed when the frame buffer is freed (optional).
7878
//| """
7979
//| ...
8080
static mp_obj_t aurora_epaper_framebuffer_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_t *all_args) {

0 commit comments

Comments
 (0)