]> granicus.if.org Git - python/commitdiff
At the site of an indexed reference to print, point to the relevant
authorFred Drake <fdrake@acm.org>
Wed, 30 Apr 2003 16:44:36 +0000 (16:44 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 30 Apr 2003 16:44:36 +0000 (16:44 +0000)
documentation.  Closes SF bug #723136.

Doc/lib/libstdtypes.tex

index f9e6566fc1e72cf9b9a111242749e49d4e4c5c87..04cdbcab9f0ca5931d3313ad22af31d63f3c1e39 100644 (file)
@@ -17,9 +17,13 @@ all objects can be compared, tested for truth value, and converted to
 a string (with the \code{`\textrm{\ldots}`} notation).  The latter
 conversion is implicitly used when an object is written by the
 \keyword{print}\stindex{print} statement.
+(Information on \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}.)
 
 
-\subsection{Truth Value Testing} \label{truth}
+\subsection{Truth Value Testing\label{truth}}
 
 Any object can be tested for truth value, for use in an \keyword{if} or
 \keyword{while} condition or as operand of the Boolean operations below.