mirror of https://github.com/python/cpython
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
|
@ -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…
Reference in New Issue