From 9c466baa014fa32474f338cc153caea8236a0555 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 4 Nov 2007 17:43:49 +0000 Subject: [PATCH] Fix syntax for versionchanged markup. --- Doc/library/csv.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 1be909bbead..a46c7ba1680 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()