Skip to content

Commit 0e1908f

Browse files
jeplertannewt
andauthored
Update shared-bindings/bitmapfilter/__init__.c
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 2e9e3fe commit 0e1908f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/bitmapfilter/__init__.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
//| """Convolve an image with a kernel
4646
//|
4747
//| The ``bitmap``, which must be in RGB565_SWAPPED format, is modified
48-
//| according to the ``weights``. Then a scaling factor ``m`` and an
49-
//| offset factor ``b`` are applied.
48+
//| according to the ``weights``. Then a scaling factor ``mul`` and an
49+
//| offset factor ``add`` are applied.
5050
//|
5151
//| The ``weights`` must be a tuple of integers. The length of the tuple
5252
//| must be the square of an odd number, usually 9 and sometimes 25.

0 commit comments

Comments
 (0)