File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1332,7 +1332,7 @@ Reading directories
13321332 PosixPath('test_pathlib.py')]
13331333
13341334 .. note ::
1335- Akin to :mod: ` glob `, the paths are returned with no ordering guarantees .
1335+ The paths are returned in no particular order .
13361336 If you need a specific order, sort the results.
13371337
13381338 .. seealso ::
@@ -1367,7 +1367,7 @@ Reading directories
13671367.. method :: Path.rglob(pattern, *, case_sensitive=None, recurse_symlinks=False)
13681368
13691369 .. note ::
1370- Akin to :mod: ` glob `, the paths are returned with no ordering guarantees .
1370+ The paths are returned in no particular order .
13711371 If you need a specific order, sort the results.
13721372
13731373 Glob the given relative *pattern * recursively. This is like calling
You can’t perform that action at this time.
0 commit comments