Skip to content

Commit 4ebe545

Browse files
committed
Note that drive may be empty on Windows
1 parent bacdee1 commit 4ebe545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.path.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ the :mod:`glob` module.)
505505
>>> splitroot('/etc/hosts')
506506
('', '/', 'etc/hosts')
507507

508-
On Windows, *drive* may be a drive-letter name, a UNC share, or a device
508+
On Windows, *drive* may be empty, a drive-letter name, a UNC share, or a device
509509
name. The *root* may be empty, a forward slash, or a backward slash. For
510510
example::
511511

0 commit comments

Comments
 (0)