From: George Yoshida Date: Mon, 4 Dec 2006 11:41:54 +0000 (+0000) Subject: fix a versionchanged tag X-Git-Tag: v2.6a1~2391 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9be4905f42f5f7f0d3e8605bf284da9e40f4065a;p=thirdparty%2FPython%2Fcpython.git fix a versionchanged tag --- diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex index b0680d25fdae..53170fa15cda 100644 --- a/Doc/lib/libcfgparser.tex +++ b/Doc/lib/libcfgparser.tex @@ -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}}