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 @@ -1333,7 +1333,7 @@ Reading directories
13331333
13341334 .. note ::
13351335 Akin to :mod: `glob `, the paths are returned with no ordering guarantees.
1336- If you need a specific order, sort them .
1336+ If you need a specific order, sort the results .
13371337
13381338 .. seealso ::
13391339 :ref: `pathlib-pattern-language ` documentation.
@@ -1368,7 +1368,7 @@ Reading directories
13681368
13691369 .. note ::
13701370 Akin to :mod: `glob `, the paths are returned with no ordering guarantees.
1371- If you need a specific order, sort them .
1371+ If you need a specific order, sort the results .
13721372
13731373 Glob the given relative *pattern * recursively. This is like calling
13741374 :func: `Path.glob ` with "``**/ ``" added in front of the *pattern *.
You can’t perform that action at this time.
0 commit comments