File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ \section{\module{MacOS} ---
153153for instance when running on Mac OS X Server or when logged in via ssh,
154154or when the current interpreter is not running from a fullblown application
155155bundle. 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
157157as an applet.
158158
159159On Mac OS 9 the method always returns \code {True}.
Original file line number Diff line number Diff line change @@ -135,9 +135,9 @@ \section{\module{EasyDialogs} ---
135135of the folder to show initially,
136136\var {location} is the \code {(x, y)} position on the screen where the
137137dialog 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
139139OK 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
141141cancel 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
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ \chapter{MacPython OSA Modules \label{scripting}}
6969and elements declared in the AppleScript class "application" . In the
7070current release that is as far as the object orientation goes, so
7171in 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
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ \subsection{Running scripts with a GUI \label{osx-gui-scripts}}
8686
8787There is one Mac OS X quirk that you need to be aware of: programs
8888that 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}
9090to start such scripts.
9191
9292\subsection {configuration }
You can’t perform that action at this time.
0 commit comments