Commit c654a2dc authored by Georg Brandl's avatar Georg Brandl

Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@).

parent c785b349
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment