diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 10:11:48 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 10:11:48 +0200 |
commit | 3db684ff4574d236ec6eea6f5caceff9f886fc92 (patch) | |
tree | 05189c124b40f09d87f10b3fd0241eb9b2b0bb57 | |
parent | 98c06650078213e3e74ef9db0f79c1beb6787aa2 (diff) | |
parent | 58d58dad56caa0eb619b96c44d808eedc3a7673f (diff) | |
download | cpython-git-3db684ff4574d236ec6eea6f5caceff9f886fc92.tar.gz |
merge with 3.3
-rw-r--r-- | Doc/library/ossaudiodev.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ossaudiodev.rst b/Doc/library/ossaudiodev.rst index 300270001d..4a0c3a341f 100644 --- a/Doc/library/ossaudiodev.rst +++ b/Doc/library/ossaudiodev.rst @@ -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() |