]> granicus.if.org Git - python/commitdiff
Fix grammar
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 21 Mar 2002 12:58:54 +0000 (12:58 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 21 Mar 2002 12:58:54 +0000 (12:58 +0000)
Doc/lib/libwarnings.tex

index 573d99c163ba70a55861131ab8732d037fd55902..b0eb9087637a98a3cdc6d0bfa3bd6c002b474083 100644 (file)
@@ -147,7 +147,7 @@ Issue a warning, or maybe ignore it or raise an exception.  The
 \var{category} argument, if given, must be a warning category class
 (see above); it defaults to \exception{UserWarning}.  Alternatively
 \var{message} can be a \exception{Warning} instance, in which case
-\var{category} will be ignore and \code{message.__class__} will be used.
+\var{category} will be ignored and \code{message.__class__} will be used.
 In this case the message text will be \code{str(message)}. This function
 raises an exception if the particular warning issued is changed
 into an error by the warnings filter see above.  The \var{stacklevel}