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

Skip to content

Commit 1ecbd67

Browse files
committed
SF #859811, typo in docs
1 parent 360cd41 commit 1ecbd67

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/mac/libmacos.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ \section{\module{MacOS} ---
153153
for instance when running on Mac OS X Server or when logged in via ssh,
154154
or when the current interpreter is not running from a fullblown application
155155
bundle. A script runs from an application bundle either when it has been
156-
started with \program{pythonw} in stead of \program{python} or when running
156+
started with \program{pythonw} instead of \program{python} or when running
157157
as an applet.
158158

159159
On Mac OS 9 the method always returns \code{True}.

Doc/mac/libmacui.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ \section{\module{EasyDialogs} ---
135135
of the folder to show initially,
136136
\var{location} is the \code{(x, y)} position on the screen where the
137137
dialog is shown,
138-
\var{actionButtonLabel} is a string to show in stead of ``Open'' in the
138+
\var{actionButtonLabel} is a string to show instead of ``Open'' in the
139139
OK button,
140-
\var{cancelButtonLabel} is a string to show in stead of ``Cancel'' in the
140+
\var{cancelButtonLabel} is a string to show instead of ``Cancel'' in the
141141
cancel button,
142142
\var{wanted} is the type of value wanted as a return: \class{str},
143143
\class{unicode}, \class{FSSpec}, \class{FSRef} and subtypes thereof are

Doc/mac/scripting.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ \chapter{MacPython OSA Modules \label{scripting}}
6969
and elements declared in the AppleScript class "application". In the
7070
current release that is as far as the object orientation goes, so
7171
in the example above we need to use
72-
\code{f.get(f.window(1).name)} in stead of the more Pythonic
72+
\code{f.get(f.window(1).name)} instead of the more Pythonic
7373
\code{f.window(1).name.get()}.
7474

7575

Doc/mac/using.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ \subsection{Running scripts with a GUI \label{osx-gui-scripts}}
8686

8787
There is one Mac OS X quirk that you need to be aware of: programs
8888
that talk to the Aqua window manager (in other words, anything that has a GUI)
89-
need to be run in a special way. Use \program{pythonw} in stead of \program{python}
89+
need to be run in a special way. Use \program{pythonw} instead of \program{python}
9090
to start such scripts.
9191

9292
\subsection{configuration}

0 commit comments

Comments
 (0)