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

Doc/mac/libmacos.tex
Doc/mac/libmacui.tex

index 3ef7fc584a725c980afd09e4fa121ec9ac37e0f5..7b1c79fdb69e2dbe503930b501c4a5f0579fc1e8 100644 (file)
@@ -153,7 +153,7 @@ The method will return \code{False} if the window manager is not available,
 for instance when running on Mac OS X Server or when logged in via ssh,
 or when the current interpreter is not running from a fullblown application
 bundle. A script runs from an application bundle either when it has been
-started with \program{pythonw} in stead of \program{python} or when running 
+started with \program{pythonw} instead of \program{python} or when running 
 as an applet.
 
 On Mac OS 9 the method always returns \code{True}.
index 1c7a6e933cfdbd61096b623fdffaf0ebe6c9fa96..f9277d1ea9d299d9369e1c8ac6dc4fa3729c4aa2 100644 (file)
@@ -135,9 +135,9 @@ selected or \var{None} if the user cancelled.
 to show initially,
 \var{location} is the \code{(x, y)} position on the screen where the
 dialog is shown,
-\var{actionButtonLabel} is a string to show in stead of ``Open'' in the
+\var{actionButtonLabel} is a string to show instead of ``Open'' in the
 OK button,
-\var{cancelButtonLabel} is a string to show in stead of ``Cancel'' in the
+\var{cancelButtonLabel} is a string to show instead of ``Cancel'' in the
 cancel button,
 \var{wanted} is the type of value wanted as a return: \class{string},
 \class{unicode}, \class{FSSpec}, \class{FSRef} and subtypes thereof are