From: Fred Drake Date: Mon, 10 Nov 2003 14:43:16 +0000 (+0000) Subject: add missing "if" X-Git-Tag: v2.4a1~1299 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbe7980d6a7f977db6e0d6a8465ab6567afd7aa4;p=thirdparty%2FPython%2Fcpython.git add missing "if" --- diff --git a/Doc/lib/libfileinput.tex b/Doc/lib/libfileinput.tex index c66501f21ddf..cd20f99f1ed8 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}