diff options
author | George Yoshida <dynkin@gmail.com> | 2006-12-04 11:41:54 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-12-04 11:41:54 (GMT) |
commit | 9be4905f42f5f7f0d3e8605bf284da9e40f4065a (patch) | |
tree | 04931c0f3be4dbe1c681dc36fc574fb5a770b11a /Doc | |
parent | d149d0c76a7fa8c90140342dad3e1c220c63c054 (diff) | |
download | cpython-9be4905f42f5f7f0d3e8605bf284da9e40f4065a.zip cpython-9be4905f42f5f7f0d3e8605bf284da9e40f4065a.tar.gz cpython-9be4905f42f5f7f0d3e8605bf284da9e40f4065a.tar.bz2 |
fix a versionchanged tag
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcfgparser.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex index b0680d2..53170fa 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}} |