summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-29 13:41:17 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-29 13:41:17 (GMT)
commitd03e9e34de47a0e39e0b182f04749a8a66fb2444 (patch)
tree0cf02f2c7dae6d0e13bb11f07bce54cd31b3e09c /Doc
parentbdadf0f7f313cf449e56ca64a0d2784f1167cb90 (diff)
downloadcpython-d03e9e34de47a0e39e0b182f04749a8a66fb2444.zip
cpython-d03e9e34de47a0e39e0b182f04749a8a66fb2444.tar.gz
cpython-d03e9e34de47a0e39e0b182f04749a8a66fb2444.tar.bz2
Don't point readers to rand, point to random! And make it a hyperlink
while you're at it. Also, when discussing order of reading, make it clear that chapter 2 is assumed background material for the remainder of the manual. That's needed for terminology if nothing else!
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libintro.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/lib/libintro.tex b/Doc/lib/libintro.tex
index cc0fd86..a4bc67e 100644
--- a/Doc/lib/libintro.tex
+++ b/Doc/lib/libintro.tex
@@ -43,6 +43,10 @@ read it like a novel --- you can also browse the table of contents (in
front of the manual), or look for a specific function, module or term
in the index (in the back). And finally, if you enjoy learning about
random subjects, you choose a random page number (see module
-\module{rand}) and read a section or two.
+\refmodule{random}) and read a section or two. Regardless of the
+order in which you read the sections of this manual, it helps to start
+with chapter \ref{builtin}, ``Built-in Types, Exceptions and
+Functions,'' as the remainder of the manual assumes familiarity with
+this material.
Let the show begin!