Commit d422cace authored by Raymond Hettinger's avatar Raymond Hettinger

SF bug #803679: Missing section number in csv module documentation

parent cb8d00e9
...@@ -63,7 +63,7 @@ class or one of the strings returned by the \function{list_dialects} ...@@ -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 function. The other optional {}\var{fmtparam} keyword arguments can be
given to override individual formatting parameters in the current given to override individual formatting parameters in the current
dialect. For more information about the dialect and formatting 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. Parameters'' for details of these parameters.
All data read are returned as strings. No automatic data type 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 ...@@ -84,7 +84,7 @@ returned by the \function{list_dialects} function. The other optional
{}\var{fmtparam} keyword arguments can be given to override individual {}\var{fmtparam} keyword arguments can be given to override individual
formatting parameters in the current dialect. For more information formatting parameters in the current dialect. For more information
about the dialect and formatting parameters, see 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 details of these parameters. To make it as easy as possible to
interface with modules which implement the DB API, the value interface with modules which implement the DB API, the value
\constant{None} is written as the empty string. While this isn't a \constant{None} is written as the empty string. While this isn't a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment