summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7a4a20dc61..41aebc4f61 100644
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -976,7 +976,7 @@ call fails (for example because the path doesn't exist).
is raised.
.. versionadded:: 3.6
- The *strict* argument.
+ The *strict* argument (pre-3.6 behavior is strict).
.. method:: Path.rglob(pattern)