8000
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 b39f841 commit 57da3ffCopy full SHA for 57da3ff
Doc/library/glob.rst
@@ -49,7 +49,7 @@ For example, ``'[?]'`` matches the character ``'?'``.
49
symlinks are included in the results (as in the shell). Whether or not the
50
results are sorted depends on the file system. If a file that satisfies
51
conditions is removed or added during the call of this function, whether
52
- a path name for that file be included is unspecified.
+ a path name for that file will be included is unspecified.
53
54
If *root_dir* is not ``None``, it should be a :term:`path-like object`
55
specifying the root directory for searching. It has the same effect on
0 commit comments