diff options
Diffstat (limited to 'Doc/lib/libexcs.tex')
-rw-r--r-- | Doc/lib/libexcs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index 298f04d..74531d3 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -260,7 +260,7 @@ Raised when an \keyword{assert} statement fails. % XXXJH xref to these functions? Raised when the parser encounters a syntax error. This may occur in an \keyword{import} statement, in a call to the built-in functions - \function{exec()}, \function{execfile()}, \function{eval()} or + \function{exec()}, \function{eval()} or \function{input()}, or when reading the initial script or standard input (also interactively). |