[Python-checkins] r50959 - python/trunk/Doc/lib/libcsv.tex python/trunk/Doc/lib/tkinter.tex
andrew.kuchling
python-checkins at python.org
Sat Jul 29 23:30:22 CEST 2006
Author: andrew.kuchling
Date: Sat Jul 29 23:30:21 2006
New Revision: 50959
Modified:
python/trunk/Doc/lib/libcsv.tex
python/trunk/Doc/lib/tkinter.tex
Log:
Fix case for 'Unix'
Modified: python/trunk/Doc/lib/libcsv.tex
==============================================================================
--- python/trunk/Doc/lib/libcsv.tex (original)
+++ python/trunk/Doc/lib/libcsv.tex Sat Jul 29 23:30:21 2006
@@ -76,7 +76,7 @@
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}
Modified: python/trunk/Doc/lib/tkinter.tex
==============================================================================
--- python/trunk/Doc/lib/tkinter.tex (original)
+++ python/trunk/Doc/lib/tkinter.tex Sat Jul 29 23:30:21 2006
@@ -319,7 +319,7 @@
\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}
More information about the Python-checkins
mailing list