diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-06 15:21:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-06 15:21:19 (GMT) |
commit | c553358c63b0acdbe2433033d36f1fd7b7ac5e04 (patch) | |
tree | 4add474ad5827e11a72796fcf3c1559aaa0490eb | |
parent | dc1aedfe2e33f2d230d994985c08cfd116bf1fa0 (diff) | |
download | cpython-c553358c63b0acdbe2433033d36f1fd7b7ac5e04.zip cpython-c553358c63b0acdbe2433033d36f1fd7b7ac5e04.tar.gz cpython-c553358c63b0acdbe2433033d36f1fd7b7ac5e04.tar.bz2 |
Remove documentation for whatraw() since it's gone now.
-rw-r--r-- | Doc/lib/libsndhdr.tex | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/Doc/lib/libsndhdr.tex b/Doc/lib/libsndhdr.tex index 7d83440..43f04ec 100644 --- a/Doc/lib/libsndhdr.tex +++ b/Doc/lib/libsndhdr.tex @@ -28,9 +28,8 @@ u-LAW\index{u-LAW}. \begin{funcdesc}{what}{filename} Determines the type of sound data stored in the file \var{filename} - using \function{whathdr()}. If not successful, \function{whatraw()} - is used. If neither attempt succeeds, returns \code{None}, - otherwise it returns a tuple as described above. + using \function{whathdr()}. If it succeeds, returns a tuple as + described above, otherwise \code{None} is returned. \end{funcdesc} @@ -40,13 +39,3 @@ u-LAW\index{u-LAW}. function returns a tuple as described above on success, or \code{None}. \end{funcdesc} - - -\begin{funcdesc}{whatraw}{filename} - Determines the type of raw sound data stored in a file without a - header. The name of the file is given by \var{filename}. This - function returns a tuple as described above on success, or - \code{None}. - - This requires the \program{whatsound} program to work. -\end{funcdesc} |