mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Fix syntax for versionchanged markup.
This commit is contained in:
parent
d469ff1e6a
commit
9c466baa01
1 changed files with 3 additions and 4 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue