From: Fred Drake Date: Thu, 7 Aug 2003 16:10:28 +0000 (+0000) Subject: Fix hyperlinks and one class reference. X-Git-Tag: v2.3.1~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ea4970053337386e4fa10daea687feb0c1e8911;p=thirdparty%2FPython%2Fcpython.git Fix hyperlinks and one class reference. Backported from trunk, but to the right branch this time. --- diff --git a/Doc/mac/libaepack.tex b/Doc/mac/libaepack.tex index 6c275bdbf9ae..26a672e808e4 100644 --- a/Doc/mac/libaepack.tex +++ b/Doc/mac/libaepack.tex @@ -12,7 +12,7 @@ The \module{aepack} module defines functions for converting (packing) Python variables to AppleEvent descriptors and back (unpacking). Within Python the AppleEvent descriptor is handled by Python objects -of built-in type \class{AEDesc}, defined in module \refmodule{AE}. +of built-in type \class{AEDesc}, defined in module \refmodule{Carbon.AE}. The \module{aepack} module defines the following functions: @@ -38,7 +38,7 @@ Apple Event descriptor types is used, as follows: If \var{x} is a Python instance then this function attempts to call an \method{__aepack__()} method. This method should return an -\class{AE.AEDesc} object. +\class{AEDesc} object. If the conversion \var{x} is not defined above, this function returns the Python string representation of a value (the repr() function) diff --git a/Doc/mac/undoc.tex b/Doc/mac/undoc.tex index 55f1721baffb..53e57ebed670 100644 --- a/Doc/mac/undoc.tex +++ b/Doc/mac/undoc.tex @@ -86,7 +86,7 @@ A low-level interface to Navigation Services. \module{mkcwproject} creates project files for the Metrowerks CodeWarrior development environment. It is a helper module for -\refmodule{distutils}\refbimodindex{distutils} but can be used separately for more +\module{distutils}\refbimodindex{distutils} but can be used separately for more control.