From: Fred Drake Date: Mon, 10 Nov 2003 14:42:58 +0000 (+0000) Subject: add missing "if" X-Git-Tag: v2.3.3c1~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e4f5896e1e4769b1efa76c31ab2ef00d29a373f;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}