changeset 153:4b10bd85610b

FIX: Typo
author Franz Glasner <hg@dom66.de>
date Sat, 14 Apr 2018 17:21:12 +0200
parents 139fb1d1ef54
children 28164259aa83
files configmix/ini.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):