#5655: fix docstring oversight.

This commit is contained in:
Georg Brandl 2009-04-01 17:46:01 +00:00
parent d5cc025e1c
commit 3ade7612d8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def glob(pathname):
return list(iglob(pathname))
def iglob(pathname):
"""Return a list of paths matching a pathname pattern.
"""Return an iterator which yields the paths matching a pathname pattern.
The pattern may contain simple shell-style wildcards a la fnmatch.