From 9ca454487ef2753d9fcd2bf94ca66779b1709939 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Tue, 20 Nov 2018 17:59:36 +0100
Subject: [PATCH] Improve docstring

---
 src/imcflibs/pathtools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/imcflibs/pathtools.py b/src/imcflibs/pathtools.py
index c4032c6..3ab4c76 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
-- 
GitLab