diff options
Diffstat (limited to 'Doc/lib/libexcs.tex')
-rw-r--r-- | Doc/lib/libexcs.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index eb043fc..7e34bd0 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -243,6 +243,7 @@ Raised when an \keyword{assert} statement fails. This is derived from \exception{Exception} rather than \exception{StandardError}, since this is not considered an error in its normal application. + \versionadded{2.2} \end{excdesc} \begin{excdesc}{SyntaxError} |