summaryrefslogtreecommitdiffstats
path: root/Doc/library/csv.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-11-04 17:43:49 (GMT)
committerGeorg Brandl <georg@python.org>2007-11-04 17:43:49 (GMT)
commit9c466baa014fa32474f338cc153caea8236a0555 (patch)
treed2f32e3d6a8f844a89c9fb11daeb1be9b5aab0bd /Doc/library/csv.rst
parentd469ff1e6a2b42b7be9407f5b84509e05371b0ec (diff)
downloadcpython-9c466baa014fa32474f338cc153caea8236a0555.zip
cpython-9c466baa014fa32474f338cc153caea8236a0555.tar.gz
cpython-9c466baa014fa32474f338cc153caea8236a0555.tar.bz2
Fix syntax for versionchanged markup.
Diffstat (limited to 'Doc/library/csv.rst')
-rw-r--r--Doc/library/csv.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst
index 1be909b..a46c7ba 100644
--- a/Doc/library/csv.rst
+++ b/Doc/library/csv.rst
@@ -128,10 +128,9 @@ The :mod:`csv` module defines the following functions:
is not a registered dialect name.
.. versionchanged:: 2.5
-
- This function now returns an immutable :class:`Dialect`. Previously an
- instance of the requested dialect was returned. Users could modify the
- underlying class, changing the behavior of active readers and writers.
+ This function now returns an immutable :class:`Dialect`. Previously an
+ instance of the requested dialect was returned. Users could modify the
+ underlying class, changing the behavior of active readers and writers.
.. function:: list_dialects()