summaryrefslogtreecommitdiffstats
path: root/Doc/library/sunau.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-07-26 15:02:41 (GMT)
committerGeorg Brandl <georg@python.org>2009-07-26 15:02:41 (GMT)
commit502d9a5c2cf7c0837911890e7dcccd7aada10adf (patch)
tree5e712865fce6c8490a87873b2b4694bc965d2233 /Doc/library/sunau.rst
parent22b3431426349a424e3486c279db8b84cf671da0 (diff)
downloadcpython-502d9a5c2cf7c0837911890e7dcccd7aada10adf.zip
cpython-502d9a5c2cf7c0837911890e7dcccd7aada10adf.tar.gz
cpython-502d9a5c2cf7c0837911890e7dcccd7aada10adf.tar.bz2
Merged revisions 74207 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. ........
Diffstat (limited to 'Doc/library/sunau.rst')
-rw-r--r--Doc/library/sunau.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/library/sunau.rst b/Doc/library/sunau.rst
index 9930133..3f231b4 100644
--- a/Doc/library/sunau.rst
+++ b/Doc/library/sunau.rst
@@ -58,18 +58,18 @@ The :mod:`sunau` module defines the following functions:
.. function:: openfp(file, mode)
- A synonym for :func:`open`, maintained for backwards compatibility.
+ A synonym for :func:`.open`, maintained for backwards compatibility.
-The :mod:`sunau` module defines the following exception:
+The :mod:`sunau` module defines the following exception:
.. exception:: Error
An error raised when something is impossible because of Sun AU specs or
implementation deficiency.
-The :mod:`sunau` module defines the following data items:
+The :mod:`sunau` module defines the following data items:
.. data:: AUDIO_FILE_MAGIC
@@ -104,7 +104,7 @@ The :mod:`sunau` module defines the following data items:
AU_read Objects
---------------
-AU_read objects, as returned by :func:`open` above, have the following methods:
+AU_read objects, as returned by :func:`.open` above, have the following methods:
.. method:: AU_read.close()
@@ -197,7 +197,7 @@ and don't do anything interesting.
AU_write Objects
----------------
-AU_write objects, as returned by :func:`open` above, have the following methods:
+AU_write objects, as returned by :func:`.open` above, have the following methods:
.. method:: AU_write.setnchannels(n)