Skip to content

Commit ebccde1

Browse files
jeplertannewt
andcommitted
use floor division in docstring
Co-Authored-By: Scott Shawcroft <[email protected]>
1 parent e826625 commit ebccde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/_protomatter/Protomatter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ STATIC void claim_pins_nr(mp_obj_t seq) {
8080
//|
8181
//| Create a Protomatter object with the given attributes. The height of
8282
//| the display is determined by the number of rgb and address pins:
83-
//| len(rgb_pins)/3 * 2 ** len(address_pins). With 6 RGB pins and 4
83+
//| len(rgb_pins) // 3 * 2 ** len(address_pins). With 6 RGB pins and 4
8484
//| address lines, the display will be 32 pixels tall.
8585
//|
8686
//| Up to 30 RGB pins and 8 address pins are supported.

0 commit comments

Comments
 (0)