Skip to content

Commit 73906d5

Browse files
nineteendozware
andauthored
pythongh-117360: Clearer wording in os.path.lexists() docs (python#117679)
Co-authored-by: Zachary Ware <[email protected]>
1 parent a05068d commit 73906d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.path.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ the :mod:`glob` module.)
145145

146146
.. function:: lexists(path)
147147

148-
Return ``True`` if *path* refers to an existing path. Returns ``True`` for
148+
Return ``True`` if *path* refers to an existing path, including
149149
broken symbolic links. Equivalent to :func:`exists` on platforms lacking
150150
:func:`os.lstat`.
151151

0 commit comments

Comments
 (0)