mirror of https://github.com/python/cpython
merge with 3.3
This commit is contained in:
commit
3db684ff45
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue