8000 Remove comment · python/cpython@22f2c79 · GitHub
[go: up one dir, main page]

Skip to content

Commit 22f2c79

Browse files
committed
Remove comment
1 parent 63d219c commit 22f2c79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/ntpath.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ def splitroot(p):
180180
splitroot('C:///spam///ham') == ('C:', '/', '//spam///ham')
181181
splitroot('Windows/notepad') == ('', '', 'Windows/notepad')
182182
"""
183-
# Split drive
184183
p = os.fspath(p)
185184
if isinstance(p, bytes):
186185
sep = b'\\'

0 commit comments

Comments
 (0)
0