diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-07-29 21:30:21 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-07-29 21:30:21 (GMT) |
commit | 2d5c8e3bb1325d8cdefa27ddbbbf10a84160c8a9 (patch) | |
tree | 1ed69b3f23eda3d79590721f302551448d289268 /Doc | |
parent | b9a79c95dcd772969f28cdde3d7d7d36bd419880 (diff) | |
download | cpython-2d5c8e3bb1325d8cdefa27ddbbbf10a84160c8a9.zip cpython-2d5c8e3bb1325d8cdefa27ddbbbf10a84160c8a9.tar.gz cpython-2d5c8e3bb1325d8cdefa27ddbbbf10a84160c8a9.tar.bz2 |
Fix case for 'Unix'
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcsv.tex | 2 | ||||
-rw-r--r-- | Doc/lib/tkinter.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex index e600815..a9f490d 100644 --- a/Doc/lib/libcsv.tex +++ b/Doc/lib/libcsv.tex @@ -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} diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex index 405f041..0cc8d58 100644 --- a/Doc/lib/tkinter.tex +++ b/Doc/lib/tkinter.tex @@ -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} |