At the site of an indexed reference to print, point to the relevant

documentation.  Closes SF bug #723136.
This commit is contained in:
Fred Drake 2003-04-30 16:44:36 +00:00
parent b876bcc561
commit 90fc0b356f
1 changed files with 5 additions and 1 deletions

View 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.