Skip to content

Commit 9058beb

Browse files
authored
"a array" to "an array"
1 parent 9e73e83 commit 9058beb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

locale/circuitpython.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ msgid "%q must be >= %d"
181181
msgstr ""
182182

183183
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
184-
msgid "%q must be a array of type 'H'"
184+
msgid "%q must be an array of type 'H'"
185185
msgstr ""
186186

187187
#: shared-bindings/analogbufio/BufferedIn.c

ports/espressif/common-hal/analogbufio/BufferedIn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ uint32_t common_hal_analogbufio_bufferedin_readinto(analogbufio_bufferedin_obj_t
243243
adc_digi_output_format_t output_format = ADC_DIGI_OUTPUT_FORMAT_TYPE1;
244244

245245
if (bytes_per_sample != 2) {
246-
mp_raise_ValueError_varg(translate("%q must be a array of type 'H'"), MP_QSTR_buffer);
246+
mp_raise_ValueError_varg(translate("%q must be an array of type 'H'"), MP_QSTR_buffer);
247247
}
248248

249249
start_dma(self, &convert_mode, &output_format);

0 commit comments

Comments
 (0)