Skip to content

Commit

Permalink
pythongh-117360: Clearer wording in os.path.lexists() docs (python#11…
Browse files Browse the repository at this point in the history
…7679)

Co-authored-by: Zachary Ware <zach@python.org>
  • Loading branch information
nineteendo and zware authored Apr 9, 2024
1 parent a05068d commit 73906d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/os.path.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ the :mod:`glob` module.)

.. 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
:func:`os.lstat`.

Expand Down

0 comments on commit 73906d5

Please sign in to comment.