Skip to content

Commit bc24458

Browse files
authored
Merge pull request #10000 from jepler/remove-outdated-doc
2 parents e03798b + d1aaf38 commit bc24458

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

shared-bindings/audioio/__init__.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@
2727
//| <https://learn.adafruit.com/circuitpython-essentials/circuitpython-audio-out>`_.
2828
//|
2929
//| Since CircuitPython 5, `RawSample` and `WaveFile` are moved
30-
//| to :mod:`audiocore`, and `Mixer` is moved to :mod:`audiomixer`.
31-
//|
32-
//| For compatibility with CircuitPython 4.x, some builds allow the items in
33-
//| `audiocore` to be imported from `audioio`. This will be removed for all
34-
//| boards in a future build of CircuitPython."""
30+
//| to :mod:`audiocore`, and `Mixer` is moved to :mod:`audiomixer`."""
3531

3632
static const mp_rom_map_elem_t audioio_module_globals_table[] = {
3733
{ MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_audioio) },

0 commit comments

Comments
 (0)