summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2019-08-20 08:32:20 -0500
committersommersoft <sommersoft@gmail.com>2019-08-20 08:32:20 -0500
commite9efc2fe25e911e63fd52d658254de04d3b704fe (patch)
tree532c6d4aba43de7f699861023468417d4f739b77 /shared-bindings
parente92ef7b018d852b5665832d0377b2df31690a95b (diff)
fix one more doc ref to audiocore
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/audiocore/Mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/audiocore/Mixer.c b/shared-bindings/audiocore/Mixer.c
index 035c47cb0..59ff5eea7 100644
--- a/shared-bindings/audiocore/Mixer.c
+++ b/shared-bindings/audiocore/Mixer.c
@@ -48,7 +48,7 @@
//| .. class:: Mixer(voice_count=2, buffer_size=1024, channel_count=2, bits_per_sample=16, samples_signed=True, sample_rate=8000)
//|
//| Create a Mixer object that can mix multiple channels with the same sample rate.
-//| Samples are accessed and controlled with the mixer's `audioio.MixerVoice` objects.
+//| Samples are accessed and controlled with the mixer's `audiocore.MixerVoice` objects.
//|
//| :param int voice_count: The maximum number of voices to mix
//| :param int buffer_size: The total size in bytes of the buffers to mix into