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 a8c9aa9 commit 6182c5dCopy full SHA for 6182c5d
1 file changed
Doc/library/glob.rst
@@ -70,7 +70,8 @@ The :mod:`!glob` module defines the following functions:
70
pattern is followed by an :data:`os.sep` or :data:`os.altsep` then files will not
71
match.
72
73
- If *include_hidden* is true, "``**``" pattern will match hidden directories.
+ If *include_hidden* is true, patterns that do not begin with a dot (``.``)
74
+ may also match path components that begin with a dot.
75
76
.. audit-event:: glob.glob pathname,recursive glob.glob
77
.. audit-event:: glob.glob/2 pathname,recursive,root_dir,dir_fd glob.glob
0 commit comments