mirror of https://github.com/python/cpython
Merge from 3.5
This commit is contained in:
commit
50bb940ab8
|
@ -943,7 +943,7 @@ call fails (for example because the path doesn't exist):
|
|||
|
||||
.. 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*:
|
||||
|
||||
>>> sorted(Path().rglob("*.py"))
|
||||
|
|
Loading…
Reference in New Issue