X Tutup
The Wayback Machine - https://web.archive.org/web/20220321120103/https://github.com/python/python-docs-zh-cn/issues/226
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os.path.lexists翻译错误 #226

Open
zswallow opened this issue Oct 21, 2021 · 1 comment
Open

os.path.lexists翻译错误 #226

zswallow opened this issue Oct 21, 2021 · 1 comment

Comments

@zswallow
Copy link

@zswallow zswallow commented Oct 21, 2021

os.path.lexists(path)
如果 path 指向一个已存在的路径,返回 True。对于失效的符号链接,返回 False。

更正为:
如果 path 指向一个已存在的路径,返回 True。对于失效的符号链接,返回 True。

@silkriver
Copy link

@silkriver silkriver commented Oct 22, 2021

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
X Tutup