Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc4e8196

Browse files
authored
Fix duplicated words 'begins with a' in pathlib docstring (#122732)
1 parent58be1c2 commitc4e8196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Lib/pathlib/_abc.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def splitdrive(self, path):
6363

6464
defsplitext(self,path):
6565
"""Split the path into a pair (root, ext), where *ext* is empty or
66-
begins with abegins with aperiod and contains at most one period,
66+
begins with a period and contains at most one period,
6767
and *root* is everything before the extension."""
6868
raiseUnsupportedOperation(self._unsupported_msg('splitext()'))
6969

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp