summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-04-27 00:20:14 (GMT)
committerFred Drake <fdrake@acm.org>2006-04-27 00:20:14 (GMT)
commit4b8ec631146b5b177cbccb2023f0114876c52c3f (patch)
tree87b54d6d825145c56fe39d18a9728c564b87d9ba /Doc/lib
parentdbb8c4123f43ca298e55887a0516fde459583700 (diff)
downloadcpython-4b8ec631146b5b177cbccb2023f0114876c52c3f.zip
cpython-4b8ec631146b5b177cbccb2023f0114876c52c3f.tar.gz
cpython-4b8ec631146b5b177cbccb2023f0114876c52c3f.tar.bz2
add missing word
Diffstat (limited to 'Doc/lib')
-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 50be0fa..cd9f7d4 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}.)