Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e380cd

Browse files
committed
SF bug #803679: Missing section number in csv module documentation
1 parent 5bcc933 commit 6e380cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libcsv.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ \subsection{Module Contents \label{csv-contents}}
6363
function. The other optional {}\var{fmtparam} keyword arguments can be
6464
given to override individual formatting parameters in the current
6565
dialect. For more information about the dialect and formatting
66-
parameters, see section~\ref{fmt-params}, ``Dialects and Formatting
66+
parameters, see section~\ref{csv-fmt-params}, ``Dialects and Formatting
6767
Parameters'' for details of these parameters.
6868

6969
All data read are returned as strings. No automatic data type
@@ -84,7 +84,7 @@ \subsection{Module Contents \label{csv-contents}}
8484
{}\var{fmtparam} keyword arguments can be given to override individual
8585
formatting parameters in the current dialect. For more information
8686
about the dialect and formatting parameters, see
87-
section~\ref{fmt-params}, ``Dialects and Formatting Parameters'' for
87+
section~\ref{csv-fmt-params}, ``Dialects and Formatting Parameters'' for
8888
details of these parameters. To make it as easy as possible to
8989
interface with modules which implement the DB API, the value
9090
\constant{None} is written as the empty string. While this isn't a

0 commit comments

Comments
 (0)