Kaydet (Commit) c553358c authored tarafından Fred Drake's avatar Fred Drake

Remove documentation for whatraw() since it's gone now.

üst dc1aedfe
...@@ -28,9 +28,8 @@ u-LAW\index{u-LAW}. ...@@ -28,9 +28,8 @@ u-LAW\index{u-LAW}.
\begin{funcdesc}{what}{filename} \begin{funcdesc}{what}{filename}
Determines the type of sound data stored in the file \var{filename} Determines the type of sound data stored in the file \var{filename}
using \function{whathdr()}. If not successful, \function{whatraw()} using \function{whathdr()}. If it succeeds, returns a tuple as
is used. If neither attempt succeeds, returns \code{None}, described above, otherwise \code{None} is returned.
otherwise it returns a tuple as described above.
\end{funcdesc} \end{funcdesc}
...@@ -40,13 +39,3 @@ u-LAW\index{u-LAW}. ...@@ -40,13 +39,3 @@ u-LAW\index{u-LAW}.
function returns a tuple as described above on success, or function returns a tuple as described above on success, or
\code{None}. \code{None}.
\end{funcdesc} \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}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment