mirror of https://github.com/python/cpython
gh-117360: Clearer wording in os.path.lexists() docs (#117679)
Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
parent
a05068db0c
commit
73906d5c90
|
@ -145,7 +145,7 @@ the :mod:`glob` module.)
|
||||||
|
|
||||||
.. function:: lexists(path)
|
.. function:: lexists(path)
|
||||||
|
|
||||||
Return ``True`` if *path* refers to an existing path. Returns ``True`` for
|
Return ``True`` if *path* refers to an existing path, including
|
||||||
broken symbolic links. Equivalent to :func:`exists` on platforms lacking
|
broken symbolic links. Equivalent to :func:`exists` on platforms lacking
|
||||||
:func:`os.lstat`.
|
:func:`os.lstat`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue