Skip to content

Commit

Permalink
Update __iter__ docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thecjharries committed Mar 17, 2018
1 parent cdd9566 commit 67701ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ The Config type
.. method:: Config.__iter__()

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

Expand Down

0 comments on commit 67701ed

Please sign in to comment.