From: Fred Drake Date: Mon, 15 Dec 2003 15:45:06 +0000 (+0000) Subject: - fix typo X-Git-Tag: v2.3.3~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61dcc4b6b785e6e280315b5857006866fbcf776d;p=thirdparty%2FPython%2Fcpython.git - fix typo (backported from trunk revision 1.10) - wrap long lines --- diff --git a/Doc/mac/using.tex b/Doc/mac/using.tex index 3bfb4f6643b8..a53b90024ca4 100644 --- a/Doc/mac/using.tex +++ b/Doc/mac/using.tex @@ -85,9 +85,9 @@ Preferences menu to change things globally. \subsection{Running scripts with a GUI \label{osx-gui-scripts}} There is one Mac OS X quirk that you need to be aware of: programs -that talk to the Aqua window manager (in other words, anything that has a GUI) -need to be run in a special way. Use \program{pythonw} in stead of \program{python} -to start such scripts. +that talk to the Aqua window manager (in other words, anything that +has a GUI) need to be run in a special way. Use \program{pythonw} +instead of \program{python} to start such scripts. \subsection{configuration}