@@ -113,19 +113,19 @@ \section{Standard Module \sectcode{aifc}}
113113\code {setpos}. In addition the following methods exist. The
114114\code {get} methods can only be called after the corresponding
115115\code {set} methods have been called. Before the first
116- \code {writeframes} or \code {writeframesraw}, all parameters except for
117- the number of frames must be filled in.
116+ \code {writeframes() } or \code {writeframesraw() }, all parameters except
117+ for the number of frames must be filled in.
118118
119119\begin {funcdesc }{aiff}{}
120120Create an AIFF file. The default is that an AIFF-C file is created,
121- unless the name of the file ends in '.aiff' in which case the default
122- is an AIFF file.
121+ unless the name of the file ends in \code { '.aiff'} in which case the
122+ default is an AIFF file.
123123\end {funcdesc }
124124
125125\begin {funcdesc }{aifc}{}
126126Create an AIFF-C file. The default is that an AIFF-C file is created,
127- unless the name of the file ends in '.aiff' in which case the default
128- is an AIFF file.
127+ unless the name of the file ends in \code { '.aiff'} in which case the
128+ default is an AIFF file.
129129\end {funcdesc }
130130
131131\begin {funcdesc }{setnchannels}{nchannels}
@@ -158,19 +158,19 @@ \section{Standard Module \sectcode{aifc}}
158158\begin {funcdesc }{setparams}{nchannels\, sampwidth\, framerate\, comptype\, compname}
159159Set all the above parameters at once. The argument is a tuple
160160consisting of the various parameters. This means that it is possible
161- to use the result of a \code {getparams} call as argument to
162- \code {setparams}.
161+ to use the result of a \code {getparams() } call as argument to
162+ \code {setparams() }.
163163\end {funcdesc }
164164
165165\begin {funcdesc }{setmark}{id\, pos\, name}
166166Add a mark with the given id (larger than 0), and the given name at
167167the given position. This method can be called at any time before
168- \code {close}.
168+ \code {close() }.
169169\end {funcdesc }
170170
171171\begin {funcdesc }{tell}{}
172172Return the current write position in the output file. Useful in
173- combination with \code {setmark}.
173+ combination with \code {setmark() }.
174174\end {funcdesc }
175175
176176\begin {funcdesc }{writeframes}{data}
@@ -179,7 +179,7 @@ \section{Standard Module \sectcode{aifc}}
179179\end {funcdesc }
180180
181181\begin {funcdesc }{writeframesraw}{data}
182- Like \code {writeframes}, except that the header of the audio file is
182+ Like \code {writeframes() }, except that the header of the audio file is
183183not updated.
184184\end {funcdesc }
185185
0 commit comments