We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1974bfa commit 94c62deCopy full SHA for 94c62de
1 file changed
Doc/library/pathlib.rst
@@ -1333,7 +1333,7 @@ Reading directories
1333
1334
.. note::
1335
Akin to :mod:`glob`, the paths are returned with no ordering guarantees.
1336
- If you need a specific order, sort them.
+ If you need a specific order, sort the results.
1337
1338
.. seealso::
1339
:ref:`pathlib-pattern-language` documentation.
@@ -1368,7 +1368,7 @@ Reading directories
1368
1369
1370
1371
1372
1373
Glob the given relative *pattern* recursively. This is like calling
1374
:func:`Path.glob` with "``**/``" added in front of the *pattern*.
0 commit comments