[Python-checkins] Fix small typo (#92721)

rhettinger webhook-mailer at python.org
Fri May 13 10:15:38 EDT 2022


https://github.com/python/cpython/commit/57da3ff586c66a8d08abbee37736b9fb6f0b7112
commit: 57da3ff586c66a8d08abbee37736b9fb6f0b7112
branch: main
author: Gabi Nagy <gabrian.nagy at gmail.com>
committer: rhettinger <rhettinger at users.noreply.github.com>
date: 2022-05-13T09:15:20-05:00
summary:

Fix small typo (#92721)

files:
M Doc/library/glob.rst

diff --git a/Doc/library/glob.rst b/Doc/library/glob.rst
index 01ad67732cf2e..d51fd0ebf9e40 100644
--- a/Doc/library/glob.rst
+++ b/Doc/library/glob.rst
@@ -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



More information about the Python-checkins mailing list