From: Fred Drake Date: Thu, 27 Apr 2006 00:20:14 +0000 (+0000) Subject: add missing word X-Git-Tag: v2.5a2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b8ec631146b5b177cbccb2023f0114876c52c3f;p=python add missing word --- 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}.)