]> granicus.if.org Git - python/commitdiff
Fix case for 'Unix'
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 29 Jul 2006 21:30:21 +0000 (21:30 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 29 Jul 2006 21:30:21 +0000 (21:30 +0000)
Doc/lib/libcsv.tex
Doc/lib/tkinter.tex

index e6008151d6823724b490c812e3cca03323b0e041..a9f490dc8872699c64bff8cb728cae9257fc0633 100644 (file)
@@ -76,7 +76,7 @@ If literal newlines are important within a field, users need to read their
 file in a way that preserves the newlines. The behavior before 2.5 would
 introduce spurious characters into quoted fields, with no way for the user
 to control that behavior. The previous behavior caused considerable
-problems, particularly on platforms that did not use the unix line ending
+problems, particularly on platforms that did not use the Unix line ending
 conventions, or with files that originated on those platforms --- users were
 finding mysterious newlines where they didn't expect them]{2.5}
 
index 405f041f6c9557f78bc8f64b793d181ef51735df..0cc8d58d9825345b8cdd46b10696f126a00bd1cc 100644 (file)
@@ -319,7 +319,7 @@ the name of a widget.
 \item[\var{options} ]
 configure the widget's appearance and in some cases, its
 behavior.  The options come in the form of a list of flags and values.
-Flags are proceeded by a `-', like unix shell command flags, and
+Flags are proceeded by a `-', like Unix shell command flags, and
 values are put in quotes if they are more than one word.
 \end{description}