diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2004-07-15 22:38:06 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2004-07-15 22:38:06 (GMT) |
commit | 6c09a21f6660eb9aea0a0dd61fbb2682611cb24b (patch) | |
tree | ddc3d704ef683a1e75f1124f4dbb9cf914e1ddd7 | |
parent | e4979782017e2a436c7f5634cb7347a420157ec5 (diff) | |
download | cpython-6c09a21f6660eb9aea0a0dd61fbb2682611cb24b.zip cpython-6c09a21f6660eb9aea0a0dd61fbb2682611cb24b.tar.gz cpython-6c09a21f6660eb9aea0a0dd61fbb2682611cb24b.tar.bz2 |
Fix for #795649: explain how to use TextEdit for editing Python code.
-rw-r--r-- | Doc/mac/using.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/mac/using.tex b/Doc/mac/using.tex index 491d04c..e3d4e1b 100644 --- a/Doc/mac/using.tex +++ b/Doc/mac/using.tex @@ -240,7 +240,9 @@ with extra features. You can create a text file with any word processing program such as \program{MSWord} or \program{AppleWorks} but you need to make sure -that the file is saved as ``\ASCII'' or ``plain text''. +that the file is saved as ``\ASCII'' or ``plain text''. This also +works for \program{TextEdit}, but you need to use the command ``Make Plain Text`` +in the ``Format`` menu before trying to save. \subsubsection{Editors with Python modes} |