Fix hyperlinks and one class reference.

Backporting to Python 2.3 branch.
This commit is contained in:
Fred Drake 2003-08-07 14:31:08 +00:00
parent 5db099a4fe
commit bb18f620ad
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
The \module{aepack} module defines functions for converting (packing) The \module{aepack} module defines functions for converting (packing)
Python variables to AppleEvent descriptors and back (unpacking). Python variables to AppleEvent descriptors and back (unpacking).
Within Python the AppleEvent descriptor is handled by Python objects 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: 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 If \var{x} is a Python instance then this function attempts to call an
\method{__aepack__()} method. This method should return 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 If the conversion \var{x} is not defined above, this function returns
the Python string representation of a value (the repr() function) the Python string representation of a value (the repr() function)

View file

@ -86,7 +86,7 @@ A low-level interface to Navigation Services.
\module{mkcwproject} creates project files for the Metrowerks CodeWarrior \module{mkcwproject} creates project files for the Metrowerks CodeWarrior
development environment. It is a helper module for 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. control.