We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58be1c2 commit c4e8196Copy full SHA for c4e8196
Lib/pathlib/_abc.py
@@ -63,7 +63,7 @@ def splitdrive(self, path):
63
64
def splitext(self, path):
65
"""Split the path into a pair (root, ext), where *ext* is empty or
66
- begins with a begins with a period and contains at most one period,
+ begins with a period and contains at most one period,
67
and *root* is everything before the extension."""
68
raise UnsupportedOperation(self._unsupported_msg('splitext()'))
69
0 commit comments