From: Brett Cannon Date: Fri, 24 Dec 2004 02:42:19 +0000 (+0000) Subject: Fix mention of TextEdit so that it mentions it can save in plaintext. X-Git-Tag: v2.3.5c1~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3c0cab95c9596cb67019974f78f9be578a3c37e;p=thirdparty%2FPython%2Fcpython.git Fix mention of TextEdit so that it mentions it can save in plaintext. --- diff --git a/Doc/mac/using.tex b/Doc/mac/using.tex index a53b90024ca4..a56b90780465 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},