changeset 150:0ac6ffae969f

FIX: Docu for INIConfigParser.read_file
author Franz Glasner <hg@dom66.de>
date Sat, 14 Apr 2018 12:54:54 +0200
parents 614a0a648f48
children c46b0f82922a
files configmix/ini.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"):