Commit 06a8ac0f authored by Berker Peksag's avatar Berker Peksag

Fix Path.glob() link, reported by SilentGhost

parent 30eee4de
......@@ -934,7 +934,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