Skip to content

Commit b0aa73e

Browse files
barneygaleeryksun
andauthored
Update Doc/library/os.path.rst
Co-authored-by: Eryk Sun <[email protected]>
1 parent 2927afe commit b0aa73e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/os.path.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,8 @@ the :mod:`glob` module.)
515515
('C:', '/', 'Users/Barney')
516516
>>> splitroot('//server/share/')
517517
('//server/share', '/', '')
518-
>>> splitroot('//?/Volume{12345678-1234-1234-1234-123456781234}/')
519-
('//?/Volume{12345678-1234-1234-1234-123456781234}', '/', '')
518+
>>> splitroot('//?/UNC/server/share/')
519+
('//?/UNC/server/share', '/', '')
520520

521521
In all cases, ``drive + root + tail`` will be the same as *path*.
522522

0 commit comments

Comments
 (0)