mirror of
https://github.com/python/cpython.git
synced 2025-11-08 21:52:45 +00:00
Fix Path.glob() link, reported by SilentGhost
This commit is contained in:
parent
30eee4deec
commit
06a8ac0f26
1 changed files with 1 additions and 1 deletions
|
|
@ -934,7 +934,7 @@ call fails (for example because the path doesn't exist):
|
||||||
|
|
||||||
.. method:: Path.rglob(pattern)
|
.. method:: Path.rglob(pattern)
|
||||||
|
|
||||||
This is like calling :meth:`glob` with "``**``" added in front of the
|
This is like calling :meth:`Path.glob` with "``**``" added in front of the
|
||||||
given *pattern*:
|
given *pattern*:
|
||||||
|
|
||||||
>>> sorted(Path().rglob("*.py"))
|
>>> sorted(Path().rglob("*.py"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue