11\section {\module {MacOS} ---
2- Access to MacOS interpreter features }
2+ Access to Mac OS interpreter features }
33
44\declaremodule {builtin}{MacOS}
55 \platform {Mac}
6- \modulesynopsis {Access to MacOS specific interpreter features.}
6+ \modulesynopsis {Access to Mac OS- specific interpreter features.}
77
88
99This module provides access to MacOS specific functionality in the
1010Python interpreter, such as how the interpreter eventloop functions
1111and the like. Use with care.
1212
13- Note the capitalisation of the module name, this is a historical
13+ Note the capitalization of the module name; this is a historical
1414artifact.
15+
1516\begin {datadesc }{runtimemodel}
16- Either \code {" ppc" }, \code {" carbon" } or \code {" macho" }. This signifies
17- whether this Python uses the classic (InterfaceLib style) runtime
18- model, the MacOS X compatible CarbonLib style or the MacOS X-only
19- Mach-O style.
17+ Either \code {' ppc' }, \code {' carbon' } or \code {' macho' }. This
18+ signifies whether this Python uses the classic (InterfaceLib style)
19+ runtime model, the Mac OS X compatible CarbonLib style or the Mac OS
20+ X-only Mach-O style.
2021\end {datadesc }
2122
2223\begin {excdesc }{Error}
@@ -25,7 +26,7 @@ \section{\module{MacOS} ---
2526toolbox interfaces. The arguments are the integer error code (the
2627\cdata {OSErr} value) and a textual description of the error code.
2728Symbolic names for all known error codes are defined in the standard
28- module \module {macerrors}\refstmodindex {macerrors}.
29+ module \refmodule {macerrors}. \refstmodindex {macerrors}
2930\end {excdesc }
3031
3132\begin {funcdesc }{SetEventHandler}{handler}
0 commit comments