mirror of https://github.com/python/cpython.git
Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@).
This commit is contained in:
parent
dbab26a8c9
commit
58d58dad56
|
@ -302,7 +302,7 @@ simple calculations.
|
||||||
|
|
||||||
fmt = dsp.setfmt(fmt)
|
fmt = dsp.setfmt(fmt)
|
||||||
channels = dsp.channels(channels)
|
channels = dsp.channels(channels)
|
||||||
rate = dsp.rate(channels)
|
rate = dsp.rate(rate)
|
||||||
|
|
||||||
|
|
||||||
.. method:: oss_audio_device.bufsize()
|
.. method:: oss_audio_device.bufsize()
|
||||||
|
|
Loading…
Reference in New Issue