summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-10-01 01:03:20 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-10-01 01:03:20 +0300
commitf58d4548a3870057590e73dda32967a5250d3959 (patch)
tree553938da7634d118151b0819d61f916db189861a
parent31f63da2e8992f55c1c6b0d76e742756be265b35 (diff)
parent50bb940ab800112d1ffe883dfefaa9788e7602aa (diff)
downloadcpython-git-f58d4548a3870057590e73dda32967a5250d3959.tar.gz
Merge from 3.6
-rw-r--r--Doc/library/pathlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
index 9257d2d222..fe049de040 100644
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -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"))