Commit 50bb940a authored by Berker Peksag's avatar Berker Peksag

Merge from 3.5

parents 812a2b65 06a8ac0f
...@@ -943,7 +943,7 @@ call fails (for example because the path doesn't exist): ...@@ -943,7 +943,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"))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment