summaryrefslogtreecommitdiffstats
path: root/Doc/library/ossaudiodev.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-09-14 03:35:09 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-09-14 03:35:09 (GMT)
commit8429b6784bd7447055c7880e1b84954cd27bd0a3 (patch)
tree9a95f710bda3ba07be9ac91d89007f5b70e9c6fc /Doc/library/ossaudiodev.rst
parentc2085dd765d3fcb46e1e8ee7e908bae8637827e9 (diff)
parente0add764688a3f3237749e0c2830b669d2c76ca0 (diff)
downloadcpython-8429b6784bd7447055c7880e1b84954cd27bd0a3.zip
cpython-8429b6784bd7447055c7880e1b84954cd27bd0a3.tar.gz
cpython-8429b6784bd7447055c7880e1b84954cd27bd0a3.tar.bz2
#15831: merge with 3.2
Diffstat (limited to 'Doc/library/ossaudiodev.rst')
-rw-r--r--Doc/library/ossaudiodev.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/ossaudiodev.rst b/Doc/library/ossaudiodev.rst
index 9e5bec9..3002700 100644
--- a/Doc/library/ossaudiodev.rst
+++ b/Doc/library/ossaudiodev.rst
@@ -67,7 +67,8 @@ the standard audio interface for Linux and recent versions of FreeBSD.
``ossaudiodev.error``.)
-.. function:: open([device, ]mode)
+.. function:: open(mode)
+ open(device, mode)
Open an audio device and return an OSS audio device object. This object
supports many file-like methods, such as :meth:`read`, :meth:`write`, and