8000 fix stub documentation · adafruit/circuitpython@43c036a · GitHub
[go: up one dir, main page]

Skip to content

Commit 43c036a

Browse files
committed
fix stub documentation
1 parent 8b30494 commit 43c036a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/bitmapfilter/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(bitmapfilter_blend_precompute_obj, 0, blend_precomput
674674
//| src1: displayio.Bitmap,
675675
//| src2: displayio.Bitmap,
676676
//| lookup: BlendFunction | BlendTable,
677-
//| mask: displayio.Bitmap = None,
677+
//| mask: displayio.Bitmap | None = None,
678678
//| ) -> displayio.Bitmap:
679679
//| """Blend the 'src1' and 'src2' images according to lookup function or table 'lookup'
680680
//|

0 commit comments

Comments
 (0)
0