You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.rst
+1-2
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@ The Config type
17
17
.. method:: Config.__iter__()
18
18
19
19
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
22
21
aware that this may return multiple versions of each entry if they are
0 commit comments