Skip to content

Commit

Permalink
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob…
Browse files Browse the repository at this point in the history
…() (GH-5712)
  • Loading branch information
ZackerySpytz authored and Mariatta committed Feb 17, 2018
1 parent 4c6955e commit 6887d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/glob.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6887d86

Please sign in to comment.