Skip to content

Commit 37cded3

Browse files
authored
Update Doc/library/os.path.rst
1 parent 32e212e commit 37cded3

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
@@ -490,7 +490,7 @@ the :mod:`glob` module.)
490490

491491
.. function:: splitroot(path)
492492

493-
Split the pathname *path* into a triad ``(drive, root, tail)`` where:
493+
Split the pathname *path* into a 3-item tuple ``(drive, root, tail)`` where:
494494

495495
1. *drive* is a device name, mount point or the empty string;
496496
2. *root* is a sequence of separators following the drive or the empty string; and

0 commit comments

Comments
 (0)