Skip to content

Commit cd4d55a

Browse files
committed
yet another sphinx try
1 parent e858db0 commit cd4d55a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

shared-bindings/bitmaptools/__init__.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,11 @@ STATIC void validate_clip_region(displayio_bitmap_t *bitmap, mp_obj_t clip0_tupl
109109

110110
}
111111

112-
//| """:py:class:`Bitmap`"""
113112
//|
114113
//| def rotozoom(
115-
//| dest_bitmap: Bitmap, ox: int, oy: int,
114+
//| dest_bitmap: displayio.Bitmap, ox: int, oy: int,
116115
//| dest_clip0: Tuple[int, int], dest_clip1: Tuple[int, int],
117-
//| source_bitmap: Bitmap, px: int, py: int, source_clip0: Tuple[int, int], source_clip1: Tuple[int, int],
116+
//| source_bitmap: displayio.Bitmap, px: int, py: int, source_clip0: Tuple[int, int], source_clip1: Tuple[int, int],
118117
//| angle: float, scale: float, skip_index: int) -> None:
119118
//| """Inserts the source bitmap region into the destination bitmap with rotation
120119
//| (angle), scale and clipping (both on source and destination bitmaps).

0 commit comments

Comments
 (0)