Skip to content

Commit 592f89f

Browse files
committed
add back peculiar r to docstring
1 parent 5c3cce6 commit 592f89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/displayio/Palette.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ STATIC mp_obj_t group_unary_op(mp_unary_op_t op, mp_obj_t self_in) {
8484
}
8585

8686
//| def __getitem__(self, index: int) -> Optional[int]:
87-
//| """Return the pixel color at the given index as an integer."""
87+
//| r"""Return the pixel color at the given index as an integer."""
8888
//| ...
8989
//|
9090
//| def __setitem__(self, index: int, value: Union[int, ReadableBuffer, Tuple[int, int, int]]) -> None:

0 commit comments

Comments
 (0)