Kaydet (Commit) 3ade7612 authored tarafından Georg Brandl's avatar Georg Brandl

#5655: fix docstring oversight.

üst d5cc025e
...@@ -16,7 +16,7 @@ def glob(pathname): ...@@ -16,7 +16,7 @@ def glob(pathname):
return list(iglob(pathname)) return list(iglob(pathname))
def 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. The pattern may contain simple shell-style wildcards a la fnmatch.
......
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