summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-04-27 00:20:14 +0000
committerFred Drake <fdrake@acm.org>2006-04-27 00:20:14 +0000
commit4b8ec631146b5b177cbccb2023f0114876c52c3f (patch)
tree87b54d6d825145c56fe39d18a9728c564b87d9ba
parentdbb8c4123f43ca298e55887a0516fde459583700 (diff)
downloadcpython-git-4b8ec631146b5b177cbccb2023f0114876c52c3f.tar.gz
add missing word
-rw-r--r--Doc/lib/libstdtypes.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 50be0fa01f..cd9f7d4347 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -19,7 +19,7 @@ the equivalent \function{repr()} function, or the slightly different
\function{str()} function). The latter
function is implicitly used when an object is written by the
\keyword{print}\stindex{print} statement.
-(Information on \ulink{\keyword{print} statement}{../ref/print.html}
+(Information on the \ulink{\keyword{print} statement}{../ref/print.html}
and other language statements can be found in the
\citetitle[../ref/ref.html]{Python Reference Manual} and the
\citetitle[../tut/tut.html]{Python Tutorial}.)