DiffSK / configobj

Python 3+ compatible port of the configobj library
https://configobj.readthedocs.org
Other
321 stars 76 forks source link

docs: fix get_extra_values example #166

Closed hanschen closed 6 years ago

hanschen commented 6 years ago

Add a missing ' and use the_section rather than cfg when looping through (sub)sections.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 81.463% when pulling 7067d06b6ae2f08cd99db3f3915bfcb02fbb684e on hanschen:master into e36c7b4fa2b788d0235d616af9d588a21cc5ef7c on DiffSK:master.

jhermann commented 6 years ago

Thanks, every bit counts.