File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ \section{\module{aepack} ---
1212The \module {aepack} module defines functions for converting (packing)
1313Python variables to AppleEvent descriptors and back (unpacking).
1414Within Python the AppleEvent descriptor is handled by Python objects
15- of built-in type \class {AEDesc}, defined in module \refmodule {AE}.
15+ of built-in type \class {AEDesc}, defined in module \refmodule {Carbon. AE}.
1616
1717The \module {aepack} module defines the following functions:
1818
@@ -38,7 +38,7 @@ \section{\module{aepack} ---
3838
3939If \var {x} is a Python instance then this function attempts to call an
4040\method {__aepack__()} method. This method should return an
41- \class {AE. AEDesc} object.
41+ \class {AEDesc} object.
4242
4343If the conversion \var {x} is not defined above, this function returns
4444the Python string representation of a value (the repr() function)
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ \section{\module{mkcwproject} --- Create CodeWarrior projects}
8686
8787\module {mkcwproject} creates project files for the Metrowerks CodeWarrior
8888development environment. It is a helper module for
89- \refmodule {distutils}\refbimodindex {distutils} but can be used separately for more
89+ \module {distutils}\refbimodindex {distutils} but can be used separately for more
9090control.
9191
9292
You can’t perform that action at this time.
0 commit comments