Commit 422869a7 authored by Guido van Rossum's avatar Guido van Rossum

Correct description of splitext().

parent 0f6a3bf4
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment