diff options
author | Guido van Rossum <guido@python.org> | 1996-08-26 18:33:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-08-26 18:33:32 (GMT) |
commit | a8763e54ff25a226e50b281671189382fd3c324c (patch) | |
tree | bea9ea9a9f5bb33cbdfef607b4a8ce5e6197e98b /Lib/dos_8x3/posixpat.py | |
parent | 52a42fe9e706fb51ec608571c2b60e7694a5d0a2 (diff) | |
download | cpython-a8763e54ff25a226e50b281671189382fd3c324c.zip cpython-a8763e54ff25a226e50b281671189382fd3c324c.tar.gz cpython-a8763e54ff25a226e50b281671189382fd3c324c.tar.bz2 |
Another batch of updates...
Diffstat (limited to 'Lib/dos_8x3/posixpat.py')
-rwxr-xr-x | Lib/dos_8x3/posixpat.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ def split(p): # 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. |