summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/ossaudiodev.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ossaudiodev.rst b/Doc/library/ossaudiodev.rst
index 3002700..4a0c3a3 100644
--- a/Doc/library/ossaudiodev.rst
+++ b/Doc/library/ossaudiodev.rst
@@ -302,7 +302,7 @@ simple calculations.
fmt = dsp.setfmt(fmt)
channels = dsp.channels(channels)
- rate = dsp.rate(channels)
+ rate = dsp.rate(rate)
.. method:: oss_audio_device.bufsize()