diff options
author | Fred Drake <fdrake@acm.org> | 2002-01-17 04:51:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-01-17 04:51:55 (GMT) |
commit | ac96868d2d9991636bd24b66657053adc49cb41c (patch) | |
tree | daeb64e73457f2f3fbcb3a510abfbc801beef4b4 /Doc/mac/toolbox.tex | |
parent | efff11b37cb38a431c476698a90ff20a20036f42 (diff) | |
download | cpython-ac96868d2d9991636bd24b66657053adc49cb41c.zip cpython-ac96868d2d9991636bd24b66657053adc49cb41c.tar.gz cpython-ac96868d2d9991636bd24b66657053adc49cb41c.tar.bz2 |
Consistency nits.
Diffstat (limited to 'Doc/mac/toolbox.tex')
-rw-r--r-- | Doc/mac/toolbox.tex | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/Doc/mac/toolbox.tex b/Doc/mac/toolbox.tex index eb31ce1..ea9a685 100644 --- a/Doc/mac/toolbox.tex +++ b/Doc/mac/toolbox.tex @@ -34,19 +34,19 @@ in touch with \email{python-docs@python.org}. \section{\module{Carbon.AE} --- Apple Events} \declaremodule{standard}{Carbon.AE} \platform{Mac} -\modulesynopsis{Interface to the Apple Events toolbox} +\modulesynopsis{Interface to the Apple Events toolbox.} \section{\module{Carbon.App} --- Appearance Manager} \declaremodule{standard}{Carbon.App} \platform{Mac} -\modulesynopsis{Interface to the Appearance Manager} +\modulesynopsis{Interface to the Appearance Manager.} \section{\module{Carbon.CF} --- Core Foundation} \declaremodule{standard}{Carbon.CF} \platform{Mac} -\modulesynopsis{Interface to the Core Foundation} +\modulesynopsis{Interface to the Core Foundation.} This module is only available under Carbon MacPython. The \code{CFBase}, \code{CFArray}, \code{CFData}, \code{CFDictionary}, @@ -56,37 +56,37 @@ only partially. \section{\module{Carbon.Cm} --- Component Manager} \declaremodule{standard}{Carbon.Cm} \platform{Mac} -\modulesynopsis{Interface to the Component Manager} +\modulesynopsis{Interface to the Component Manager.} \section{\module{Carbon.Ctl} --- Control Manager} \declaremodule{standard}{Carbon.Ctl} \platform{Mac} -\modulesynopsis{Interface to the Control Manager} +\modulesynopsis{Interface to the Control Manager.} \section{\module{Carbon.Dlg} --- Dialog Manager} \declaremodule{standard}{Carbon.Dlg} \platform{Mac} -\modulesynopsis{Interface to the Dialog Manager} +\modulesynopsis{Interface to the Dialog Manager.} \section{\module{Carbon.Evt} --- Event Manager} \declaremodule{standard}{Carbon.Evt} \platform{Mac} -\modulesynopsis{Interface to the Event Manager} +\modulesynopsis{Interface to the Event Manager.} \section{\module{Carbon.Fm} --- Font Manager} \declaremodule{standard}{Carbon.Fm} \platform{Mac} -\modulesynopsis{Interface to the Font Manager} +\modulesynopsis{Interface to the Font Manager.} \section{\module{Carbon.Help} --- Help Manager} \declaremodule{standard}{Carbon.Help} \platform{Mac} -\modulesynopsis{Interface to the Balloon Help Manager} +\modulesynopsis{Interface to the Balloon Help Manager.} This module is only available under MacOS9 and earlier in classic PPC MacPython. @@ -94,43 +94,43 @@ classic PPC MacPython. \section{\module{Carbon.List} --- List Manager} \declaremodule{standard}{Carbon.List} \platform{Mac} -\modulesynopsis{Interface to the List Manager} +\modulesynopsis{Interface to the List Manager.} \section{\module{Carbon.Menu} --- Menu Manager} \declaremodule{standard}{Carbon.Menu} \platform{Mac} -\modulesynopsis{Interface to the Menu Manager} +\modulesynopsis{Interface to the Menu Manager.} \section{\module{Carbon.Mlte} --- MultiLingual Text Editor} \declaremodule{standard}{Carbon.Mlte} \platform{Mac} -\modulesynopsis{Interface to the MultiLingual Text Editor} +\modulesynopsis{Interface to the MultiLingual Text Editor.} \section{\module{Carbon.Qd} --- QuickDraw} \declaremodule{builtin}{Carbon.Qd} \platform{Mac} -\modulesynopsis{Interface to the QuickDraw toolbox} +\modulesynopsis{Interface to the QuickDraw toolbox.} \section{\module{Carbon.Qdoffs} --- QuickDraw Offscreen} \declaremodule{builtin}{Carbon.Qdoffs} \platform{Mac} -\modulesynopsis{Interface to the QuickDraw Offscreen APIs} +\modulesynopsis{Interface to the QuickDraw Offscreen APIs.} \section{\module{Carbon.Qt} --- QuickTime} \declaremodule{standard}{Carbon.Qt} \platform{Mac} -\modulesynopsis{Interface to the QuickTime toolbox} +\modulesynopsis{Interface to the QuickTime toolbox.} \section{\module{Carbon.Res} --- Resource Manager and Handles} \declaremodule{standard}{Carbon.Res} \platform{Mac} -\modulesynopsis{Interface to the Resource Manager and Handles} +\modulesynopsis{Interface to the Resource Manager and Handles.} \section{\module{Carbon.Scrap} --- Scrap Manager} @@ -153,16 +153,16 @@ MacPython. Very limited functionality is available under Carbon MacPython. \section{\module{Carbon.Snd} --- Sound Manager} \declaremodule{standard}{Carbon.Snd} \platform{Mac} -\modulesynopsis{Interface to the Sound Manager } +\modulesynopsis{Interface to the Sound Manager.} \section{\module{Carbon.TE} --- TextEdit} \declaremodule{standard}{Carbon.TE} \platform{Mac} -\modulesynopsis{Interface to TextEdit} +\modulesynopsis{Interface to TextEdit.} \section{\module{Carbon.Win} --- Window Manager} \declaremodule{standard}{Carbon.Win} \platform{Mac} -\modulesynopsis{Interface to the Window Manager} +\modulesynopsis{Interface to the Window Manager.} |