diff options
| author | Kevin Matocha <kmatocha@icloud.com> | 2021-02-24 07:59:32 -0600 |
|---|---|---|
| committer | Kevin Matocha <kmatocha@icloud.com> | 2021-02-24 07:59:32 -0600 |
| commit | e858db07f0f335f36d9780322ab38b025b00d7df (patch) | |
| tree | 316a0977c92197dd393d44776852772e56a70417 /shared-bindings/bitmaptools | |
| parent | 2815c6dafa77fea930f02fac60caf13f7c4584ea (diff) | |
Another sphinx try
Diffstat (limited to 'shared-bindings/bitmaptools')
| -rw-r--r-- | shared-bindings/bitmaptools/__init__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/bitmaptools/__init__.c b/shared-bindings/bitmaptools/__init__.c index 029995f17..ede74621a 100644 --- a/shared-bindings/bitmaptools/__init__.c +++ b/shared-bindings/bitmaptools/__init__.c @@ -109,7 +109,7 @@ STATIC void validate_clip_region(displayio_bitmap_t *bitmap, mp_obj_t clip0_tupl } -//| """:py:class:`~displayio.Bitmap`""" +//| """:py:class:`Bitmap`""" //| //| def rotozoom( //| dest_bitmap: Bitmap, ox: int, oy: int, |
