summaryrefslogtreecommitdiffstats
path: root/Lib/genericpath.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2007-03-12 18:07:52 (GMT)
committerTim Peters <tim.peters@gmail.com>2007-03-12 18:07:52 (GMT)
commitea5962f86e8550978446724dadcacd60e03feef2 (patch)
treea133c011e4a81da13347903bd8d99ef1e2ddf898 /Lib/genericpath.py
parentcb637c9ea341b5b1fe94eec78085d2851119161d (diff)
downloadcpython-ea5962f86e8550978446724dadcacd60e03feef2.zip
cpython-ea5962f86e8550978446724dadcacd60e03feef2.tar.gz
cpython-ea5962f86e8550978446724dadcacd60e03feef2.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/genericpath.py')
-rw-r--r--Lib/genericpath.py2
1 files changed, 1 insertions, 1 deletions
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 @@ def commonprefix(m):
# 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."""