Commit 6887d86e authored by Zackery Spytz's avatar Zackery Spytz Committed by Mariatta

bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712)

parent 4c6955e2
......@@ -48,7 +48,7 @@ For example, ``'[?]'`` matches the character ``'?'``.
Support for recursive globs using "``**``".
.. function:: iglob(pathname, recursive=False)
.. function:: iglob(pathname, *, recursive=False)
Return an :term:`iterator` which yields the same values as :func:`glob`
without actually storing them all simultaneously.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment