From: Fred Drake Date: Mon, 15 Dec 2003 15:43:39 +0000 (+0000) Subject: fix typo X-Git-Tag: v2.3.3~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ea6aae498ffa0e5f657e9d74f4b30eb48db08a5;p=thirdparty%2FPython%2Fcpython.git fix typo (backported from trunk revision 1.22) --- diff --git a/Doc/mac/libmacos.tex b/Doc/mac/libmacos.tex index 3ef7fc584a72..7b1c79fdb69e 100644 --- a/Doc/mac/libmacos.tex +++ b/Doc/mac/libmacos.tex @@ -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}. diff --git a/Doc/mac/libmacui.tex b/Doc/mac/libmacui.tex index 1c7a6e933cfd..f9277d1ea9d2 100644 --- a/Doc/mac/libmacui.tex +++ b/Doc/mac/libmacui.tex @@ -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