]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix a versionchanged tag
authorGeorge Yoshida <dynkin@gmail.com>
Mon, 4 Dec 2006 11:41:54 +0000 (11:41 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Mon, 4 Dec 2006 11:41:54 +0000 (11:41 +0000)
Doc/lib/libcfgparser.tex

index b0680d25fdae4c9dbe9440a3bf9650127b7e5c1a..53170fa15cda2570e9655548a9d4716478cfd88f 100644 (file)
@@ -61,7 +61,7 @@ is given, it will be used to create the dictionary objects for the list
 of sections, for the options within a section, and for the default values.
 This class does not support the magical interpolation behavior.
 \versionadded{2.3}
-\versionchanged{\var{dict_type} was added}[2.6]
+\versionchanged[\var{dict_type} was added]{2.6}
 \end{classdesc}
 
 \begin{classdesc}{ConfigParser}{\optional{defaults}}