summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-05-07 15:28:20 +0000
committerJack Jansen <jack.jansen@cwi.nl>1996-05-07 15:28:20 +0000
commitd9585c936bec21d4bc4447ec45101bfa87ad6cf9 (patch)
treec73a432d669cd1865fc7b5a7ebbad95c6071f5c8
parent1df16d095e16e3f77906826ddeedbd6199e4f652 (diff)
downloadcpython-git-d9585c936bec21d4bc4447ec45101bfa87ad6cf9.tar.gz
Fixed reference to cr/lf problems
-rw-r--r--Mac/Demo/using.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Demo/using.html b/Mac/Demo/using.html
index 849c6d15cf..e7aa0f43f0 100644
--- a/Mac/Demo/using.html
+++ b/Mac/Demo/using.html
@@ -362,8 +362,8 @@ little to do about this currently. <p>
Probably the most common cause of problems with modules ported from
other systems is the Mac end-of-line convention. Where unix uses
-linefeed, 0x0d, to separate lines the mac uses carriage return,
-0x0a. To complicate matters more a lot of mac programming editors like
+linefeed, 0x0a, to separate lines the mac uses carriage return,
+0x0d. To complicate matters more a lot of mac programming editors like
BBEdit and emacs will work happily with both conventions, so the file
will appear to be correct in the editor but cause strange errors when
imported. BBEdit has a popup menu which allows you to inspect (and