Unverified Kaydet (Commit) 0f764110 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) GitHub

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

(cherry picked from commit 6887d86e)
Co-authored-by: 's avatarZackery Spytz <zspytz@gmail.com>
üst 3db05a3a
......@@ -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