diff options
author | Fred Drake <fdrake@acm.org> | 1999-11-10 16:13:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-11-10 16:13:25 (GMT) |
commit | e15eb35fd0a038aead785a57526157e6745e0b09 (patch) | |
tree | e1deb19c7cd865a255fefb3970e51a55e9317e21 /Doc/ref/ref1.tex | |
parent | 9fa76f1090d1646bcc074fb20092b5a80be3c109 (diff) | |
download | cpython-e15eb35fd0a038aead785a57526157e6745e0b09.zip cpython-e15eb35fd0a038aead785a57526157e6745e0b09.tar.gz cpython-e15eb35fd0a038aead785a57526157e6745e0b09.tar.bz2 |
Use \citetitle as appropriate.
Diffstat (limited to 'Doc/ref/ref1.tex')
-rw-r--r-- | Doc/ref/ref1.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/ref/ref1.tex b/Doc/ref/ref1.tex index 23bc05d..c35f157 100644 --- a/Doc/ref/ref1.tex +++ b/Doc/ref/ref1.tex @@ -29,9 +29,9 @@ text. Every Python implementation comes with a number of built-in and standard modules. These are not documented here, but in the separate -\emph{Python Library Reference} document. A few built-in modules are -mentioned when they interact in a significant way with the language -definition. +\citetitle[../lib/lib.html]{Python Library Reference} document. A few +built-in modules are mentioned when they interact in a significant way +with the language definition. \section{Notation\label{notation}} |