diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-05-27 09:09:39 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-06-26 11:50:24 -0500 |
| commit | 159728b550c70f239e03c267a23f3950de635d3a (patch) | |
| tree | b17fe16e1cc48258c64504c29281c9554570977d /locale/circuitpython.pot | |
| parent | 57fde2e07bb2ee4dcff342deed08e4e7799da799 (diff) | |
shared-bindings: Factor out validate_list_is_free_pins
This will ultimately be used by SDIO, where a variable length list
of data lines is called for.
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 55147dc03..9a5a788b0 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -338,7 +338,7 @@ msgstr "" msgid "Array values should be single bytes." msgstr "" -#: shared-bindings/rgbmatrix/RGBMatrix.c +#: shared-bindings/microcontroller/Pin.c msgid "At most %d %q may be specified (not %d)" msgstr "" |
