Fix docs for ConfigParser.
This commit is contained in:
parent
478a08e960
commit
85685e976b
|
@ -65,7 +65,7 @@ write-back, as will be the keys within each section.
|
||||||
support the magical interpolation behavior.
|
support the magical interpolation behavior.
|
||||||
|
|
||||||
|
|
||||||
.. class:: ConfigParser([defaults])
|
.. class:: ConfigParser([defaults[, dict_type]])
|
||||||
|
|
||||||
Derived class of :class:`RawConfigParser` that implements the magical
|
Derived class of :class:`RawConfigParser` that implements the magical
|
||||||
interpolation feature and adds optional arguments to the :meth:`get` and
|
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.
|
equivalent.
|
||||||
|
|
||||||
|
|
||||||
.. class:: SafeConfigParser([defaults])
|
.. class:: SafeConfigParser([defaults[, dict_type]])
|
||||||
|
|
||||||
Derived class of :class:`ConfigParser` that implements a more-sane variant of
|
Derived class of :class:`ConfigParser` that implements a more-sane variant of
|
||||||
the magical interpolation feature. This implementation is more predictable as
|
the magical interpolation feature. This implementation is more predictable as
|
||||||
|
|
Loading…
Reference in New Issue