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 32e212e commit 37cded3Copy full SHA for 37cded3
Doc/library/os.path.rst
@@ -490,7 +490,7 @@ the :mod:`glob` module.)
490
491
.. function:: splitroot(path)
492
493
- Split the pathname *path* into a triad ``(drive, root, tail)`` where:
+ Split the pathname *path* into a 3-item tuple ``(drive, root, tail)`` where:
494
495
1. *drive* is a device name, mount point or the empty string;
496
2. *root* is a sequence of separators following the drive or the empty string; and
0 commit comments