From 592f89f6aeab6f19835baa01cc9b1db12009505a Mon Sep 17 00:00:00 2001 From: Kevin Matocha Date: Tue, 16 Mar 2021 20:45:55 -0500 Subject: [PATCH] add back peculiar r to docstring --- shared-bindings/displayio/Palette.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-bindings/displayio/Palette.c b/shared-bindings/displayio/Palette.c index 01c7000706..dc71c0560c 100644 --- a/shared-bindings/displayio/Palette.c +++ b/shared-bindings/displayio/Palette.c @@ -84,7 +84,7 @@ STATIC mp_obj_t group_unary_op(mp_unary_op_t op, mp_obj_t self_in) { } //| def __getitem__(self, index: int) -> Optional[int]: -//| """Return the pixel color at the given index as an integer.""" +//| r"""Return the pixel color at the given index as an integer.""" //| ... //| //| def __setitem__(self, index: int, value: Union[int, ReadableBuffer, Tuple[int, int, int]]) -> None: