]> granicus.if.org Git - python/commitdiff
Fixed reference to cr/lf problems
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 7 May 1996 15:28:20 +0000 (15:28 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 7 May 1996 15:28:20 +0000 (15:28 +0000)
Mac/Demo/using.html

index 849c6d15cf5d28b7bc4c71aa209db33e5b27924d..e7aa0f43f036bc8f8e1149e5fac93fdf0fbbdbf6 100644 (file)
@@ -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