diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-12-24 02:40:59 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-12-24 02:40:59 (GMT) |
commit | ac7836ae55afe55df0257266fe6137c780f7993d (patch) | |
tree | 51c45105b2d46f2891a32629183cfdf4a71adda7 /Doc/mac | |
parent | a1748131132ebc83f443b2a8ddc5073bfefa504f (diff) | |
download | cpython-ac7836ae55afe55df0257266fe6137c780f7993d.zip cpython-ac7836ae55afe55df0257266fe6137c780f7993d.tar.gz cpython-ac7836ae55afe55df0257266fe6137c780f7993d.tar.bz2 |
Fix sentence stating TextEdit only saves in RTF; can save in plaintext as well.
Closes bug #1085300. Thanks unclewalrus.
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/using.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/mac/using.tex b/Doc/mac/using.tex index 88d4d91..84dd755 100644 --- a/Doc/mac/using.tex +++ b/Doc/mac/using.tex @@ -62,8 +62,8 @@ editor \program{BBEdit} or \program{TextWrangler} from Bare Bones Software (see \url{http://www.barebones.com/products/bbedit/index.shtml}) are good choices. Their freeware \program{BBEdit Lite} is officially discontinued but still available. \program{AppleWorks} or any other -word processor that can save files in ASCII is also a possibility, but -\program{TextEdit} is not: it saves in \file{.rtf} format only. +word processor that can save files in ASCII is also a possibility, including +\program{TextEdit} which is included with OS X. To run your script from the Terminal window you must make sure that \file{/usr/local/bin} is in your shell search path before \file{/usr/bin}, |