We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46fd72 commit 559b25fCopy full SHA for 559b25f
Doc/library/os.path.rst
@@ -144,7 +144,7 @@ the :mod:`glob` module.)
144
145
.. function:: lexists(path)
146
147
- Return ``True`` if *path* refers to an existing path. Returns ``True`` for
+ Return ``True`` if *path* refers to an existing path, including
148
broken symbolic links. Equivalent to :func:`exists` on platforms lacking
149
:func:`os.lstat`.
150
0 commit comments