diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-08-27 14:08:22 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-08-27 14:08:22 (GMT) |
commit | 3412c5d0fb44f2186ff244aa6d504b1ec0b5dda7 (patch) | |
tree | c8f82bb19cc4b34ebc4365d228f2e4549725615d /Mac/Demo/example0.html | |
parent | 9ffa432972693817fd19fba9ba727b191d995985 (diff) | |
download | cpython-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.html | 2 |
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 |