summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/example0.html
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-08-27 14:08:22 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-08-27 14:08:22 (GMT)
commit3412c5d0fb44f2186ff244aa6d504b1ec0b5dda7 (patch)
treec8f82bb19cc4b34ebc4365d228f2e4549725615d /Mac/Demo/example0.html
parent9ffa432972693817fd19fba9ba727b191d995985 (diff)
downloadcpython-3412c5d0fb44f2186ff244aa6d504b1ec0b5dda7.zip
cpython-3412c5d0fb44f2186ff244aa6d504b1ec0b5dda7.tar.gz
cpython-3412c5d0fb44f2186ff244aa6d504b1ec0b5dda7.tar.bz2
Modified for installer and new names of various applets. Also cleaned
up anything else I saw.
Diffstat (limited to 'Mac/Demo/example0.html')
-rw-r--r--Mac/Demo/example0.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Demo/example0.html b/Mac/Demo/example0.html
index c0336a5..4d78540 100644
--- a/Mac/Demo/example0.html
+++ b/Mac/Demo/example0.html
@@ -15,7 +15,7 @@ on different machines, with one exception:
<li> Unix systems terminate lines with the "linefeed" character, <code>0x0a</code>,
<li> Macintoshes terminate lines with the "carriage return" character,
<code>0x0d</code> and
-<li> MSDOS systems terminate lines with first a carriage return and then a linefeed.
+<li> MSDOS and Windows terminate lines with first a carriage return and then a linefeed.
</ul>
Let us have a look at the program. The first interesting statement in the main