add back peculiar r to docstring
This commit is contained in:
parent
5c3cce6f5d
commit
592f89f6ae
@ -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]:
|
//| 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:
|
//| def __setitem__(self, index: int, value: Union[int, ReadableBuffer, Tuple[int, int, int]]) -> None:
|
||||||
|
Loading…
Reference in New Issue
Block a user