]> granicus.if.org Git - python/commitdiff
Fix docs for ConfigParser.
authorRaymond Hettinger <python@rcn.com>
Sun, 1 Mar 2009 02:16:04 +0000 (02:16 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 1 Mar 2009 02:16:04 +0000 (02:16 +0000)
Doc/library/configparser.rst

index 445e65f1392a6711856d0b6f27fe59fd13128fde..e833e23ed9fdadb7ea71b26662fc3a5f4916609d 100644 (file)
@@ -65,7 +65,7 @@ write-back, as will be the keys within each section.
    support the magical interpolation behavior.
 
 
-.. class:: ConfigParser([defaults])
+.. class:: ConfigParser([defaults[, dict_type]])
 
    Derived class of :class:`RawConfigParser` that implements the magical
    interpolation feature and adds optional arguments to the :meth:`get` and
@@ -81,7 +81,7 @@ write-back, as will be the keys within each section.
    equivalent.
 
 
-.. class:: SafeConfigParser([defaults])
+.. class:: SafeConfigParser([defaults[, dict_type]])
 
    Derived class of :class:`ConfigParser` that implements a more-sane variant of
    the magical interpolation feature.  This implementation is more predictable as