diff options
Diffstat (limited to 'Doc/mac/libmacos.tex')
-rw-r--r-- | Doc/mac/libmacos.tex | 2 |
1 files changed, 1 insertions, 1 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}. |