[Python-checkins] r58844 - python/trunk/Doc/library/csv.rst

georg.brandl python-checkins at python.org
Sun Nov 4 18:43:49 CET 2007


Author: georg.brandl
Date: Sun Nov  4 18:43:49 2007
New Revision: 58844

Modified:
   python/trunk/Doc/library/csv.rst
Log:
Fix syntax for versionchanged markup.


Modified: python/trunk/Doc/library/csv.rst
==============================================================================
--- python/trunk/Doc/library/csv.rst	(original)
+++ python/trunk/Doc/library/csv.rst	Sun Nov  4 18:43:49 2007
@@ -128,10 +128,9 @@
    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()
 


More information about the Python-checkins mailing list