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

Skip to content

Commit 30cf118

Browse files
committed
Minor markup nits and slight style-guide conformance changes.
1 parent a5bca57 commit 30cf118

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

Doc/mac/libmacos.tex

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
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

99
This module provides access to MacOS specific functionality in the
1010
Python interpreter, such as how the interpreter eventloop functions
1111
and 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
1414
artifact.
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} ---
2526
toolbox interfaces. The arguments are the integer error code (the
2627
\cdata{OSErr} value) and a textual description of the error code.
2728
Symbolic 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

Comments
 (0)