From: R David Murray Date: Sun, 20 Mar 2011 15:08:10 +0000 (-0400) Subject: Fix footnote reference. X-Git-Tag: v3.3.0a1~2841 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a50549b84544fde4c531721bfcee63c14f130dc7;p=thirdparty%2FPython%2Fcpython.git Fix footnote reference. --- diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 1bdfa5be2908..fac2cdcdcd1d 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -80,7 +80,7 @@ The :mod:`csv` module defines the following functions: Return a writer object responsible for converting the user's data into delimited strings on the given file-like object. *csvfile* can be any object with a :func:`write` method. If *csvfile* is a file object, - it should be opened with ``newline=''``. [#]_ An optional *dialect* + it should be opened with ``newline=''``. [1]_ An optional *dialect* parameter can be given which is used to define a set of parameters specific to a particular CSV dialect. It may be an instance of a subclass of the :class:`Dialect` class or one of the strings returned by the