Thanks to visit codestin.com Credit goes to github.com
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 4c6955e commit 6887d86Copy full SHA for 6887d86
1 file changed
Doc/library/glob.rst
@@ -48,7 +48,7 @@ For example, ``'[?]'`` matches the character ``'?'``.
48
Support for recursive globs using "``**``".
49
50
51
-.. function:: iglob(pathname, recursive=False)
+.. function:: iglob(pathname, *, recursive=False)
52
53
Return an :term:`iterator` which yields the same values as :func:`glob`
54
without actually storing them all simultaneously.
0 commit comments