diff options
| author | Kevin Matocha <kmatocha@icloud.com> | 2020-08-21 16:12:40 -0500 |
|---|---|---|
| committer | Kevin Matocha <kmatocha@icloud.com> | 2020-08-21 16:12:40 -0500 |
| commit | f1fb2cde175c72d9b4fc6c88b07bf45e21376cf7 (patch) | |
| tree | ad17d3ba4ea0da97322aad5cbb8cd536f43357fc | |
| parent | 9a6a156512afefaf8413482be63e1ec73d626ee8 (diff) | |
Minor tweaks to try to fix documentation failing
| -rw-r--r-- | shared-bindings/displayio/Bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/displayio/Bitmap.c b/shared-bindings/displayio/Bitmap.c index c669e5312..dad8beeaf 100644 --- a/shared-bindings/displayio/Bitmap.c +++ b/shared-bindings/displayio/Bitmap.c @@ -186,7 +186,7 @@ STATIC mp_obj_t bitmap_subscr(mp_obj_t self_in, mp_obj_t index_obj, mp_obj_t val //| :param int x2: Maximum x-value (exclusive) for rectangular bounding box to be copied from the source bitmap //| :param int y2: Maximum y-value (exclusive) for rectangular bounding box to be copied from the source bitmap //| :param int skip_index: bitmap palette index in the source that will not be copied, -//| set `None` to copy all pixels""" +//| set to None to copy all pixels""" //| ... //| |
