Skip to content

Commit

Permalink
use floor division in docstring
Browse files Browse the repository at this point in the history
Co-Authored-By: Scott Shawcroft <scott@tannewt.org>
  • Loading branch information
jepler and tannewt committed Apr 14, 2020
1 parent 759fdff commit 89eb45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-bindings/_protomatter/Protomatter.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ STATIC void claim_pins_nr(mp_obj_t seq) {
//|
//| Create a Protomatter object with the given attributes. The height of
//| the display is determined by the number of rgb and address pins:
//| len(rgb_pins)/3 * 2 ** len(address_pins). With 6 RGB pins and 4
//| len(rgb_pins) // 3 * 2 ** len(address_pins). With 6 RGB pins and 4
//| address lines, the display will be 32 pixels tall.
//|
//| Up to 30 RGB pins and 8 address pins are supported.
Expand Down

0 comments on commit 89eb45a

Please sign in to comment.