Skip to content
Snippets Groups Projects
Commit 9ca45448 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Improve docstring

parent b0fe0f0f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment