Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb18f62

Browse files
committed
Fix hyperlinks and one class reference.
Backporting to Python 2.3 branch.
1 parent 5db099a commit bb18f62

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/mac/libaepack.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ \section{\module{aepack} ---
1212
The \module{aepack} module defines functions for converting (packing)
1313
Python variables to AppleEvent descriptors and back (unpacking).
1414
Within 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

1717
The \module{aepack} module defines the following functions:
1818

@@ -38,7 +38,7 @@ \section{\module{aepack} ---
3838

3939
If \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

4343
If the conversion \var{x} is not defined above, this function returns
4444
the Python string representation of a value (the repr() function)

Doc/mac/undoc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ \section{\module{mkcwproject} --- Create CodeWarrior projects}
8686

8787
\module{mkcwproject} creates project files for the Metrowerks CodeWarrior
8888
development 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
9090
control.
9191

9292

0 commit comments

Comments
 (0)