]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- fix typo
authorFred Drake <fdrake@acm.org>
Mon, 15 Dec 2003 15:45:06 +0000 (15:45 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 15 Dec 2003 15:45:06 +0000 (15:45 +0000)
  (backported from trunk revision 1.10)
- wrap long lines

Doc/mac/using.tex

index 3bfb4f6643b8423b9513f02ff27586fb330ddf79..a53b90024ca48a6ffc5587432ba9e52f17d52859 100644 (file)
@@ -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}