diff --git a/src/imcflibs/pathtools.py b/src/imcflibs/pathtools.py
index c4032c6a124255a391d43a17e89232f2e434970b..3ab4c76956bce08147ec74654362190563a3f642 100644
--- a/src/imcflibs/pathtools.py
+++ b/src/imcflibs/pathtools.py
@@ -20,7 +20,7 @@ def parse_path(path):
'path' : str # like previous, up to (including) the last separator
'dname' : str # segment between the last two separators (directory)
'fname' : str # segment after the last separator (filename)
- 'ext' : str # filename extension, containing max 1 period
+ 'ext' : str # filename extension, containing max 1 dot (included)
}
Example