mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5712)
(cherry picked from commit 6887d86e9a
)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
This commit is contained in:
parent
f62a9d41b5
commit
76591bc03a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ For example, ``'[?]'`` matches the character ``'?'``.
|
||||||
Support for recursive globs using "``**``".
|
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`
|
Return an :term:`iterator` which yields the same values as :func:`glob`
|
||||||
without actually storing them all simultaneously.
|
without actually storing them all simultaneously.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue