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

Skip to content

Commit 8da359b

Browse files
committed
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!
1 parent 4796c65 commit 8da359b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/mac/undoc.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ \chapter{Undocumented Modules \label{undocumented-modules}}
33

44
The modules in this chapter are poorly documented (if at all). If you
55
wish to contribute documentation of any of these modules, please get in
6-
touch with \email{[email protected]}.
6+
touch with
7+
\ulink{\email{[email protected]}}{mailto:[email protected]}.
78

89
\localmoduletable
910

@@ -127,8 +128,8 @@ \section{\module{quietconsole} --- non-visible stdout output}
127128
without displaying it (or without displaying the stdout window
128129
altogether, if set with \program{EditPythonPrefs}) until you try to read from
129130
stdin or disable the buffering, at which point all the saved output is
130-
sent to the window. Good for GUI programs that do want to display their
131-
output at a crash.
131+
sent to the window. Good for programs with graphilcal user interfaces
132+
that do want to display their output at a crash.
132133

133134

134135
\section{\module{W} --- Widgets built on \module{FrameWork}}

0 commit comments

Comments
 (0)