Skip to content

Commit 67701ed

Browse files
committed
Update __iter__ docs
1 parent cdd9566 commit 67701ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/config.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ The Config type
1717
.. method:: Config.__iter__()
1818

1919
The :class:`Config` class has an iterator which can be used to loop
20-
through all the entries in the configuration. Each element is a tuple
21-
containing the name and the value of each configuration variable. Be
20+
through all the entries in the configuration. Each element is a ``ConfigEntry`` object containing the name, level, and value of each configuration variable. Be
2221
aware that this may return multiple versions of each entry if they are
2322
set multiple times in the configuration files.
2423

0 commit comments

Comments
 (0)