From 594d4c5581ad053a6fb6485ff802fc8359d0cd39 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 30 Apr 2003 16:43:51 +0000 Subject: [PATCH] At the site of an indexed reference to print, point to the relevant documentation. Closes SF bug #723136. --- Doc/lib/libstdtypes.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index ab4c56e7ec13..13a52ee2838f 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -12,6 +12,10 @@ 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}} -- 2.47.3