InterpolationSyntaxError was added in 2.3
This commit is contained in:
parent
c70a8e411f
commit
99448e5214
|
@ -101,6 +101,7 @@ the number of iterations exceeds \constant{MAX_INTERPOLATION_DEPTH}.
|
|||
\begin{excdesc}{InterpolationSyntaxError}
|
||||
Exception raised when the source text into which substitutions are
|
||||
made does not conform to the required syntax.
|
||||
\versionadded{2.3}
|
||||
\end{excdesc}
|
||||
|
||||
\begin{excdesc}{MissingSectionHeaderError}
|
||||
|
|
Loading…
Reference in New Issue