mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Doc: Improve wording of `os.path.commonpath()
` (#122627)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
efcd65cd84
commit
7a5c4103b0
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