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/mac/libmac.tex | |
parent | 9fa76f1090d1646bcc074fb20092b5a80be3c109 (diff) | |
download | cpython-e15eb35fd0a038aead785a57526157e6745e0b09.zip cpython-e15eb35fd0a038aead785a57526157e6745e0b09.tar.gz cpython-e15eb35fd0a038aead785a57526157e6745e0b09.tar.bz2 |
Use \citetitle as appropriate.
Diffstat (limited to 'Doc/mac/libmac.tex')
-rw-r--r-- | Doc/mac/libmac.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/mac/libmac.tex b/Doc/mac/libmac.tex index 1301c01..ad21192 100644 --- a/Doc/mac/libmac.tex +++ b/Doc/mac/libmac.tex @@ -31,8 +31,8 @@ implemented as functions in the module. Not all operations possible in parameters will occasionally be different in Python (input and output buffers, especially). All methods and functions have a \code{__doc__} string describing their arguments and return values, and for -additional description you are referred to \emph{Inside Macintosh} or -similar works. +additional description you are referred to \citetitle{Inside +Macintosh} or similar works. The following modules are documented here: @@ -92,8 +92,9 @@ One additional function is available: This module is the Macintosh implementation of the \module{os.path} module. It is most portably accessed as -\module{os.path}\refstmodindex{os.path}. Refer to the \emph{Python Library -Reference} for documentation of \module{os.path}. +\module{os.path}\refstmodindex{os.path}. Refer to the +\citetitle[../lib/lib.html]{Python Library Reference} for +documentation of \module{os.path}. The following functions are available in this module: \function{normcase()}, |