Fix small typo (#92721)

This commit is contained in:
Gabi Nagy 2022-05-13 16:15:20 +02:00 committed by GitHub
parent b39f841047
commit 57da3ff586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ For example, ``'[?]'`` matches the character ``'?'``.
symlinks are included in the results (as in the shell). Whether or not the symlinks are included in the results (as in the shell). Whether or not the
results are sorted depends on the file system. If a file that satisfies results are sorted depends on the file system. If a file that satisfies
conditions is removed or added during the call of this function, whether conditions is removed or added during the call of this function, whether
a path name for that file be included is unspecified. a path name for that file will be included is unspecified.
If *root_dir* is not ``None``, it should be a :term:`path-like object` If *root_dir* is not ``None``, it should be a :term:`path-like object`
specifying the root directory for searching. It has the same effect on specifying the root directory for searching. It has the same effect on