File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -265,10 +265,10 @@ \chapter{Exception Handling \label{exceptionHandling}}
265265 names are \samp {PyExc_} followed by the Python exception name.
266266 These have the type \ctype {PyObject*}; they are all class objects.
267267 Their names are \cdata {PyExc_Warning}, \cdata {PyExc_UserWarning},
268- \cdata {PyExc_DeprecationWarning}, \cdata {PyExc_SyntaxWarning}, and
269- \cdata {PyExc_RuntimeWarning}. \cdata {PyExc_Warning} is a subclass
270- of \cdata {PyExc_Exception}; the other warning categories are
271- subclasses of \cdata {PyExc_Warning}.
268+ \cdata {PyExc_DeprecationWarning}, \cdata {PyExc_SyntaxWarning},
269+ \cdata {PyExc_RuntimeWarning}, and \cdata {PyExc_FutureWarning}.
270+ \cdata {PyExc_Warning} is a subclass of \cdata {PyExc_Exception}; the
271+ other warning categories are subclasses of \cdata {PyExc_Warning}.
272272
273273 For information about warning control, see the documentation for the
274274 \module {warnings} module and the \programopt {-W} option in the
You can’t perform that action at this time.
0 commit comments