]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
At the site of an indexed reference to print, point to the relevant
authorFred Drake <fdrake@acm.org>
Wed, 30 Apr 2003 16:43:51 +0000 (16:43 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 30 Apr 2003 16:43:51 +0000 (16:43 +0000)
documentation.  Closes SF bug #723136.

Doc/lib/libstdtypes.tex

index ab4c56e7ec13e3bac4bb50da9fb3a3688b3d8759..13a52ee2838f03e26b60f79f5a38cca2cab3de44 100644 (file)
@@ -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}}