summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorKevin Matocha <kmatocha@icloud.com>2020-08-21 16:12:40 -0500
committerKevin Matocha <kmatocha@icloud.com>2020-08-21 16:12:40 -0500
commitf1fb2cde175c72d9b4fc6c88b07bf45e21376cf7 (patch)
treead17d3ba4ea0da97322aad5cbb8cd536f43357fc /shared-bindings
parent9a6a156512afefaf8413482be63e1ec73d626ee8 (diff)
Minor tweaks to try to fix documentation failing
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/displayio/Bitmap.c2
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"""
//| ...
//|