Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25c2b0 commit e22d3dfCopy full SHA for e22d3df
1 file changed
Doc/lib/libwarnings.tex
@@ -147,7 +147,7 @@ \subsection{Available Functions \label{warning-functions}}
147
\var{category} argument, if given, must be a warning category class
148
(see above); it defaults to \exception{UserWarning}. Alternatively
149
\var{message} can be a \exception{Warning} instance, in which case
150
-\var{category} will be ignore and \code{message.__class__} will be used.
+\var{category} will be ignored and \code{message.__class__} will be used.
151
In this case the message text will be \code{str(message)}. This function
152
raises an exception if the particular warning issued is changed
153
into an error by the warnings filter see above. The \var{stacklevel}
0 commit comments