]> granicus.if.org Git - python/commitdiff
Remove documentation for whatraw() since it's gone now.
authorFred Drake <fdrake@acm.org>
Wed, 6 Jan 1999 15:21:19 +0000 (15:21 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 6 Jan 1999 15:21:19 +0000 (15:21 +0000)
Doc/lib/libsndhdr.tex

index 7d834401d81af89ca65ed375c2d2ea0d4e83e776..43f04ec7cb58bbbaa95dcdafd57b30fb4b39bd6e 100644 (file)
@@ -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}