diff options
author | Fred Drake <fdrake@acm.org> | 2003-12-18 06:23:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-12-18 06:23:33 (GMT) |
commit | 4d88322a2b1fee84ce728b60c1ea614bfaa1121f (patch) | |
tree | da6ffd17e1b92990c07540c908f74a748efc7118 /Doc | |
parent | 1639f1cef9bf0a9f9f634bfda02254e98eb29574 (diff) | |
download | cpython-4d88322a2b1fee84ce728b60c1ea614bfaa1121f.zip cpython-4d88322a2b1fee84ce728b60c1ea614bfaa1121f.tar.gz cpython-4d88322a2b1fee84ce728b60c1ea614bfaa1121f.tar.bz2 |
- use correct markup
- re-wrap resulting long lines
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/mac/libgensuitemodule.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/mac/libgensuitemodule.tex b/Doc/mac/libgensuitemodule.tex index 5ab0cfd..57ab587 100644 --- a/Doc/mac/libgensuitemodule.tex +++ b/Doc/mac/libgensuitemodule.tex @@ -12,11 +12,11 @@ stub code for the AppleScript suites that are implemented by a specific application, according to its AppleScript dictionary. It is usually invoked by the user through the \program{PythonIDE}, but -it can also be run as a script from the command line (pass \code{--help} -for help on the options) or imported from Python code. For an example of -its use see \file{Mac/scripts/genallsuites.py} in a source distribution, -which generates the stub packages that are included in the standard -library. +it can also be run as a script from the command line (pass +\longprogramopt{help} for help on the options) or imported from Python +code. For an example of its use see \file{Mac/scripts/genallsuites.py} +in a source distribution, which generates the stub packages that are +included in the standard library. It defines the following public functions: |