diff options
author | Raymond Hettinger <python@rcn.com> | 2003-09-10 18:54:49 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-09-10 18:54:49 (GMT) |
commit | 6e380cd1d8555d08831caa2ec5913740e58f00b6 (patch) | |
tree | ceb785b0debbe1b4533419aa6361e5e5086b9c0e | |
parent | 5bcc933211a880d17341082644122c75e29e17c2 (diff) | |
download | cpython-6e380cd1d8555d08831caa2ec5913740e58f00b6.zip cpython-6e380cd1d8555d08831caa2ec5913740e58f00b6.tar.gz cpython-6e380cd1d8555d08831caa2ec5913740e58f00b6.tar.bz2 |
SF bug #803679: Missing section number in csv module documentation
-rw-r--r-- | Doc/lib/libcsv.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex index 57ed88b..e2877ee 100644 --- a/Doc/lib/libcsv.tex +++ b/Doc/lib/libcsv.tex @@ -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 |