Commit a9ac4b87 authored by Berker Peksag's avatar Berker Peksag

Merge from 3.5

parents eaa849d0 c5953d7b
......@@ -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"))
......
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