# HG changeset patch # User Franz Glasner # Date 1523703294 -7200 # Node ID 0ac6ffae969f8226c8938a2d5f7d0cba35f67ddc # Parent 614a0a648f487c230d974fdb1bd77dc9a896f3e4 FIX: Docu for INIConfigParser.read_file diff -r 614a0a648f48 -r 0ac6ffae969f configmix/ini.py --- a/configmix/ini.py Sat Apr 14 12:52:15 2018 +0200 +++ b/configmix/ini.py Sat Apr 14 12:54:54 2018 +0200 @@ -76,7 +76,7 @@ def read_file(self, fp, filename): """Read from a file-like object `fp`. - The `fp` argument must have a `readline()` method. + The `fp` argument must be iterable. """ if hasattr(self, "filename"):