8000 fix markup · rsbohn/circuitpython@3fbbc75 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3fbbc75

Browse files
committed
fix markup
1 parent da5ba9a commit 3fbbc75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/usb_video/USBFramebuffer.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ static void check_for_deinit(usb_video_uvcframebuffer_obj_t *self) {
4848
//| The data in the framebuffer is in RGB565_SWAPPED format.
4949
//|
5050
//| This object is most often used with `framebufferio.FramebufferDisplay`. However,
51-
//| it also supports the `WritableBuffer` protocol and can be accessed
52-
//| as an array of `H` (unsigned 16-bit values)."""
51+
//| it also supports the ``WritableBuffer`` protocol and can be accessed
52+
//| as an array of ``H`` (unsigned 16-bit values)."""
5353
//|
5454
//| def __new__(self):
5555
//| """Returns the singleton framebuffer object, if USB video is enabled"""

0 commit comments

Comments
 (0)
0