Kaydet (Commit) 58d58dad authored tarafından Georg Brandl's avatar Georg Brandl

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

üst dbab26a8
......@@ -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