summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-11-10 14:43:16 (GMT)
committerFred Drake <fdrake@acm.org>2003-11-10 14:43:16 (GMT)
commitdbe7980d6a7f977db6e0d6a8465ab6567afd7aa4 (patch)
tree11a6eecdc2cfa5baa509d73128c27bb2ad4f9308 /Doc
parent75aa4db04bfa5bd925711acb5c9a104247f122bf (diff)
downloadcpython-dbe7980d6a7f977db6e0d6a8465ab6567afd7aa4.zip
cpython-dbe7980d6a7f977db6e0d6a8465ab6567afd7aa4.tar.gz
cpython-dbe7980d6a7f977db6e0d6a8465ab6567afd7aa4.tar.bz2
add missing "if"
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libfileinput.tex2
1 files changed, 1 insertions, 1 deletions
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}