diff options
| author | Jeff Epler <jepler@unpythonic.net> | 2021-02-18 15:41:23 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@unpythonic.net> | 2021-02-18 15:41:23 -0600 |
| commit | 7fd45678939147da1c3034f212331d1d755ddae6 (patch) | |
| tree | 489b7e784caf2d77c306ecd8ce69bfedb5f0949e /locale/circuitpython.pot | |
| parent | ac0ffc565641d713144bb1ee86df34309b79c8f2 (diff) | |
bitops: rename from _bit_transpose, describe the algorithm
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index eef1b07f2..b1bc1a390 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1092,7 +1092,7 @@ msgstr "" msgid "Initialization failed due to lack of memory" msgstr "" -#: shared-bindings/_bit_transpose/__init__.c +#: shared-bindings/bitops/__init__.c #, c-format msgid "Input buffer length (%d) must be a multiple of the strand count (%d)" msgstr "" @@ -1664,7 +1664,7 @@ msgstr "" msgid "Out of sockets" msgstr "" -#: shared-bindings/_bit_transpose/__init__.c +#: shared-bindings/bitops/__init__.c #, c-format msgid "Output buffer must be at least %d bytes" msgstr "" @@ -3475,10 +3475,6 @@ msgstr "" msgid "not enough arguments for format string" msgstr "" -#: shared-bindings/_bit_transpose/__init__.c -msgid "num_strands must be from 2 to 8 (inclusive)" -msgstr "" - #: extmod/ulab/code/ulab_create.c msgid "number of points must be at least 2" msgstr "" @@ -4115,6 +4111,10 @@ msgstr "" msgid "watchdog timeout must be greater than 0" msgstr "" +#: shared-bindings/bitops/__init__.c +msgid "width must be from 2 to 8 (inclusive)" +msgstr "" + #: shared-bindings/rgbmatrix/RGBMatrix.c msgid "width must be greater than zero" msgstr "" |
