# HG changeset patch # User Franz Glasner # Date 1523719272 -7200 # Node ID 4b10bd85610b87783894567508f3107d24f99d8b # Parent 139fb1d1ef54e9e842be22f6c8a1040712947dd3 FIX: Typo diff -r 139fb1d1ef54 -r 4b10bd85610b configmix/ini.py --- a/configmix/ini.py Sat Apr 14 17:20:22 2018 +0200 +++ b/configmix/ini.py Sat Apr 14 17:21:12 2018 +0200 @@ -70,7 +70,7 @@ return v.split(os.pathsep) def read(self, filenames): - """Not implemented. Use :meth:`read_file` instead""" + """Not implemented. Use :meth:`read_file` instead.""" raise NotImplementedError("use `read_file()' instead") def readfp(self, fp, filename):