From dbe7980d6a7f977db6e0d6a8465ab6567afd7aa4 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 10 Nov 2003 14:43:16 +0000 Subject: add missing "if" --- Doc/lib/libfileinput.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libfileinput.tex b/Doc/lib/libfileinput.tex index c66501f..cd20f99 100644 --- a/Doc/lib/libfileinput.tex +++ b/Doc/lib/libfileinput.tex @@ -77,7 +77,7 @@ The following functions use the global state created by \end{funcdesc} \begin{funcdesc}{isfirstline}{} - Returns true the line just read is the first line of its file, + Returns true if the line just read is the first line of its file, otherwise returns false. \end{funcdesc} -- cgit v0.12