mirror of https://github.com/python/cpython
fix a versionchanged tag
This commit is contained in:
parent
d149d0c76a
commit
9be4905f42
|
@ -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.
|
of sections, for the options within a section, and for the default values.
|
||||||
This class does not support the magical interpolation behavior.
|
This class does not support the magical interpolation behavior.
|
||||||
\versionadded{2.3}
|
\versionadded{2.3}
|
||||||
\versionchanged{\var{dict_type} was added}[2.6]
|
\versionchanged[\var{dict_type} was added]{2.6}
|
||||||
\end{classdesc}
|
\end{classdesc}
|
||||||
|
|
||||||
\begin{classdesc}{ConfigParser}{\optional{defaults}}
|
\begin{classdesc}{ConfigParser}{\optional{defaults}}
|
||||||
|
|
Loading…
Reference in New Issue