commit | ea5962f86e8550978446724dadcacd60e03feef2 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Mar 12 18:07:52 2007 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Mar 12 18:07:52 2007 +0000 |
tree | a133c011e4a81da13347903bd8d99ef1e2ddf898 | |
parent | cb637c9ea341b5b1fe94eec78085d2851119161d [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/genericpath.py b/Lib/genericpath.py index 6d11ec0..e2bc7da 100644 --- a/Lib/genericpath.py +++ b/Lib/genericpath.py
@@ -84,7 +84,7 @@ # Generic implementation of splitext, to be parametrized with # the separators def _splitext(p, sep, altsep, extsep): - """Split the extension from a pathname. + """Split the extension from a pathname. Extension is everything from the last dot to the end, ignoring leading dots. Returns "(root, ext)"; ext may be empty."""