diff options
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()}, |