python / python-docs-zh-cn

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

pathlib.Path.rglob的一处小问题 #257

Closed muziing closed 2 years ago

muziing commented 2 years ago

https://docs.python.org/zh-cn/3/library/pathlib.html#pathlib.Path.rglob

目前显示的内容为

这就像调用 Path.glob`时在给定的相对 *pattern* 前面添加了"``**/`()"

应为

这就像调用 Path.glob() 时在给定的相对 pattern 前面添加了"**/"

silkriver commented 2 years ago

fixed