Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6887d86

Browse files
ZackerySpytzMariatta
authored andcommitted
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712)
1 parent 4c6955e commit 6887d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/glob.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For example, ``'[?]'`` matches the character ``'?'``.
4848
Support for recursive globs using "``**``".
4949

5050

51-
.. function:: iglob(pathname, recursive=False)
51+
.. function:: iglob(pathname, *, recursive=False)
5252

5353
Return an :term:`iterator` which yields the same values as :func:`glob`
5454
without actually storing them all simultaneously.

0 commit comments

Comments
 (0)