]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix Path.glob() link, reported by SilentGhost
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 30 Sep 2016 22:02:39 +0000 (01:02 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 30 Sep 2016 22:02:39 +0000 (01:02 +0300)
Doc/library/pathlib.rst

index 384611c791d33d891744b10b74c555600172c01d..a6ad1568833f70b15205c57f9e0f23ab39021e1b 100644 (file)
@@ -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"))