mirror of
https://github.com/python/cpython.git
synced 2026-03-20 03:41:06 +00:00
[3.13] Doc: Improve wording of `os.path.commonpath()` (GH-122627) (#122641)
Doc: Improve wording of ``os.path.commonpath()`` (GH-122627)
(cherry picked from commit 7a5c4103b0)
Co-authored-by: Matth-M <93771840+Matth-M@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
545a328eae
commit
4dfae05f88
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ the :mod:`glob` module.)
|
|||
|
||||
Return the longest common sub-path of each pathname in the iterable
|
||||
*paths*. Raise :exc:`ValueError` if *paths* contain both absolute
|
||||
and relative pathnames, the *paths* are on the different drives or
|
||||
and relative pathnames, if *paths* are on different drives, or
|
||||
if *paths* is empty. Unlike :func:`commonprefix`, this returns a
|
||||
valid path.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue