diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-12-24 02:41:48 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-12-24 02:41:48 (GMT) |
commit | 56deca581528c1eedb4f479b1cacaa830520c5c1 (patch) | |
tree | 45bf2aa52ed435ccedec6b9e591b921ece731cee /Doc | |
parent | 2a3a7ae9e14bee5795004d0b7708d2b6a8fd46fe (diff) | |
download | cpython-56deca581528c1eedb4f479b1cacaa830520c5c1.zip cpython-56deca581528c1eedb4f479b1cacaa830520c5c1.tar.gz cpython-56deca581528c1eedb4f479b1cacaa830520c5c1.tar.bz2 |
Fix mention of TextEdit to state it can save in plaintext.
Diffstat (limited to 'Doc')
-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}, |