Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
fd4fe146
Commit
fd4fe146
authored
Jul 29, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix case for 'Unix'
parent
9f1b196d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libcsv.tex
Doc/lib/libcsv.tex
+1
-1
Doc/lib/tkinter.tex
Doc/lib/tkinter.tex
+1
-1
No files found.
Doc/lib/libcsv.tex
View file @
fd4fe146
...
...
@@ -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
u
nix line ending
problems, particularly on platforms that did not use the
U
nix line ending
conventions, or with files that originated on those platforms --- users were
finding mysterious newlines where they didn't expect them]
{
2.5
}
...
...
Doc/lib/tkinter.tex
View file @
fd4fe146
...
...
@@ -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
u
nix shell command flags, and
Flags are proceeded by a `-', like
U
nix shell command flags, and
values are put in quotes if they are more than one word.
\end{description}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment