diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-12-14 15:02:54 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-12-14 15:02:54 (GMT) |
commit | 1ecbd679231dbf1eac714f0fe8298a60ef34d4f6 (patch) | |
tree | 5441f64c033eb16e867e7eb7ea16ba255a170100 /Doc/mac/libmacos.tex | |
parent | 360cd4186a8b87d06b21c4795d6aea73a3e97d96 (diff) | |
download | cpython-1ecbd679231dbf1eac714f0fe8298a60ef34d4f6.zip cpython-1ecbd679231dbf1eac714f0fe8298a60ef34d4f6.tar.gz cpython-1ecbd679231dbf1eac714f0fe8298a60ef34d4f6.tar.bz2 |
SF #859811, typo in docs
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}. |