From 2ea6aae498ffa0e5f657e9d74f4b30eb48db08a5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 15 Dec 2003 15:43:39 +0000 Subject: fix typo (backported from trunk revision 1.22) --- Doc/mac/libmacos.tex | 2 +- Doc/mac/libmacui.tex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/mac/libmacos.tex b/Doc/mac/libmacos.tex index 3ef7fc5..7b1c79f 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 1c7a6e9..f9277d1 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 -- cgit v0.12