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

This commit is contained in:
Georg Brandl 2013-10-06 10:11:12 +02:00
parent dbab26a8c9
commit 58d58dad56
1 changed files with 1 additions and 1 deletions

View File

@ -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()