Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e22d3df

Browse files
committed
Fix grammar
1 parent b25c2b0 commit e22d3df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libwarnings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ \subsection{Available Functions \label{warning-functions}}
147147
\var{category} argument, if given, must be a warning category class
148148
(see above); it defaults to \exception{UserWarning}. Alternatively
149149
\var{message} can be a \exception{Warning} instance, in which case
150-
\var{category} will be ignore and \code{message.__class__} will be used.
150+
\var{category} will be ignored and \code{message.__class__} will be used.
151151
In this case the message text will be \code{str(message)}. This function
152152
raises an exception if the particular warning issued is changed
153153
into an error by the warnings filter see above. The \var{stacklevel}

0 commit comments

Comments
 (0)