8000 fix docstring · cezer-io/circuitpython@41720da · GitHub
[go: up one dir, main page]

Skip to content

Commit 41720da

Browse files
committed
fix docstring
1 parent c4562e1 commit 41720da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/bindings/picodvi/Framebuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ MP_PROPERTY_GETTER(picodvi_framebuffer_height_obj,
179179
(mp_obj_t)&picodvi_framebuffer_get_height_obj);
180180

181181
//| color_depth: int
182-
//| """The width of the framebuffer, in pixels. It may be doubled for output."""
182+
//| """The color depth of the framebuffer."""
183183
static mp_obj_t picodvi_framebuffer_get_color_depth(mp_obj_t self_in) {
184184
picodvi_framebuffer_obj_t *self = (picodvi_framebuffer_obj_t *)self_in;
185185
check_for_deinit(self);

0 commit comments

Comments
 (0)
0