diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-14 02:09:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-14 02:09:32 (GMT) |
commit | 8da359bdc08cf97cf4820b0789c8ad8cfec36556 (patch) | |
tree | 966481e144da23bcef694de82e1516921cb17444 /Doc/mac | |
parent | 4796c65952fb70d33a7409153208169a25a26c20 (diff) | |
download | cpython-8da359bdc08cf97cf4820b0789c8ad8cfec36556.zip cpython-8da359bdc08cf97cf4820b0789c8ad8cfec36556.tar.gz cpython-8da359bdc08cf97cf4820b0789c8ad8cfec36556.tar.bz2 |
Minor changes to match the style guide.
Make the reference to the python-docs email address a hyperlink; we want to
encourage responses to the plea for help!
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/undoc.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/mac/undoc.tex b/Doc/mac/undoc.tex index d33fbda..da96706 100644 --- a/Doc/mac/undoc.tex +++ b/Doc/mac/undoc.tex @@ -3,7 +3,8 @@ The modules in this chapter are poorly documented (if at all). If you wish to contribute documentation of any of these modules, please get in -touch with \email{python-docs@python.org}. +touch with +\ulink{\email{python-docs@python.org}}{mailto:python-docs@python.org}. \localmoduletable @@ -127,8 +128,8 @@ interpreter. without displaying it (or without displaying the stdout window altogether, if set with \program{EditPythonPrefs}) until you try to read from stdin or disable the buffering, at which point all the saved output is -sent to the window. Good for GUI programs that do want to display their -output at a crash. +sent to the window. Good for programs with graphilcal user interfaces +that do want to display their output at a crash. \section{\module{W} --- Widgets built on \module{FrameWork}} |