mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
mass changes; fix titles; add examples; correct typos; clarifications;
unified style; etc.
This commit is contained in:
parent
7760cdea81
commit
470be14c8a
131 changed files with 1960 additions and 1114 deletions
|
@ -21,8 +21,11 @@ Module \code{aifc} defines the following function:
|
|||
Open an AIFF or AIFF-C file and return an object instance with
|
||||
methods that are described below. The argument file is either a
|
||||
string naming a file or a file object. The mode is either the string
|
||||
'r' when the file must be opened for reading, or 'w' when the file
|
||||
must be opened for writing.
|
||||
\code{'r'} when the file must be opened for reading, or \code{'w'}
|
||||
when the file must be opened for writing. When used for writing, the
|
||||
file object should be seekable, unless you know ahead of time how many
|
||||
samples you are going to write in total and use
|
||||
\code{writeframesraw()} and \code{setnframes()}.
|
||||
\end{funcdesc}
|
||||
|
||||
Objects returned by \code{aifc.open()} when a file is opened for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue