8000 Fix small typo (#92721) · python/cpython@57da3ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 57da3ff

Browse files
authored
Fix small typo (#92721)
1 parent b39f841 commit 57da3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/glob.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For example, ``'[?]'`` matches the character ``'?'``.
4949
symlinks are included in the results (as in the shell). Whether or not the
5050
results are sorted depends on the file system. If a file that satisfies
5151
conditions is removed or added during the call of this function, whether
52-
a path name for that file be included is unspecified.
52+
a path name for that file will be included is unspecified.
5353

5454
If *root_dir* is not ``None``, it should be a :term:`path-like object`
5555
specifying the root directory for searching. It has the same effect on

0 commit comments

Comments
 (0)
0