diff options
author | Fred Drake <fdrake@acm.org> | 2003-04-30 16:43:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-04-30 16:43:51 (GMT) |
commit | 594d4c5581ad053a6fb6485ff802fc8359d0cd39 (patch) | |
tree | af97f3b9225b79e678c0ce4f1b486eac3ac6f220 /Doc/lib | |
parent | 7f9cbf10377b7554f8032519d4e8c89d0e0e8364 (diff) | |
download | cpython-594d4c5581ad053a6fb6485ff802fc8359d0cd39.zip cpython-594d4c5581ad053a6fb6485ff802fc8359d0cd39.tar.gz cpython-594d4c5581ad053a6fb6485ff802fc8359d0cd39.tar.bz2 |
At the site of an indexed reference to print, point to the relevant
documentation. Closes SF bug #723136.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libstdtypes.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index ab4c56e..13a52ee 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}} |