python / python-docs-zh-cn

zh_CN translation of the Python documentation
https://docs.python.org/zh-cn/
431 stars 74 forks source link

os.path.lexists翻译错误 #226

Closed zswallow closed 1 year ago

zswallow commented 2 years ago

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

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

silkriver commented 2 years ago

fixed