commit | a8763e54ff25a226e50b281671189382fd3c324c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Aug 26 18:33:32 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Aug 26 18:33:32 1996 +0000 |
tree | bea9ea9a9f5bb33cbdfef607b4a8ce5e6197e98b | |
parent | 52a42fe9e706fb51ec608571c2b60e7694a5d0a2 [diff] [blame] |
Another batch of updates...
diff --git a/Lib/dos-8x3/posixpat.py b/Lib/dos-8x3/posixpat.py index 4590f8d..014dfe2 100755 --- a/Lib/dos-8x3/posixpat.py +++ b/Lib/dos-8x3/posixpat.py
@@ -53,7 +53,7 @@ # Split a path in root and extension. -# The extension is everything starting at the first dot in the last +# The extension is everything starting at the last dot in the last # pathname component; the root is everything before that. # It is always true that root + ext == p.