]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix small typo (#92721)
authorGabi Nagy <gabrian.nagy@gmail.com>
Fri, 13 May 2022 14:15:20 +0000 (16:15 +0200)
committerGitHub <noreply@github.com>
Fri, 13 May 2022 14:15:20 +0000 (09:15 -0500)
Doc/library/glob.rst

index 01ad67732cf2ea08ddfb300c4882653f11f4cbb0..d51fd0ebf9e408ac3135a30f14dafec44ab10175 100644 (file)
@@ -49,7 +49,7 @@ For example, ``'[?]'`` matches the character ``'?'``.
    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
    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`
    specifying the root directory for searching.  It has the same effect on