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
d422cace
Commit
d422cace
authored
Sep 10, 2003
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SF bug #803679: Missing section number in csv module documentation
parent
cb8d00e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libcsv.tex
Doc/lib/libcsv.tex
+2
-2
No files found.
Doc/lib/libcsv.tex
View file @
d422cace
...
...
@@ -63,7 +63,7 @@ class or one of the strings returned by the \function{list_dialects}
function. The other optional
{}
\var
{
fmtparam
}
keyword arguments can be
given to override individual formatting parameters in the current
dialect. For more information about the dialect and formatting
parameters, see section~
\ref
{
fmt-params
}
, ``Dialects and Formatting
parameters, see section~
\ref
{
csv-
fmt-params
}
, ``Dialects and Formatting
Parameters'' for details of these parameters.
All data read are returned as strings. No automatic data type
...
...
@@ -84,7 +84,7 @@ returned by the \function{list_dialects} function. The other optional
{}
\var
{
fmtparam
}
keyword arguments can be given to override individual
formatting parameters in the current dialect. For more information
about the dialect and formatting parameters, see
section~
\ref
{
fmt-params
}
, ``Dialects and Formatting Parameters'' for
section~
\ref
{
csv-
fmt-params
}
, ``Dialects and Formatting Parameters'' for
details of these parameters. To make it as easy as possible to
interface with modules which implement the DB API, the value
\constant
{
None
}
is written as the empty string. While this isn't a
...
...
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