Skip to content

Commit 94c62de

Browse files
committed
Say 'sort the results' to avoid amphibology
1 parent 1974bfa commit 94c62de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/pathlib.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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*.

0 commit comments

Comments
 (0)