Skip to content

Commit fa24bfb

Browse files
authored
Use same wording as in glob docs
1 parent 94c62de commit fa24bfb

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
@@ -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

0 commit comments

Comments
 (0)