Commit f036682f by willmcgugan

Corrected a typo

parent 707f5ba7
......@@ -492,7 +492,7 @@ class FS(object):
depth first search. Use 'depth' if you plan to create or
delete files as you go.
"""
for path, files in self.walk(path, wildcard=wildcard, dir_widlcard=dir_wildcard, search=search):
for path, files in self.walk(path, wildcard=wildcard, dir_wildcard=dir_wildcard, search=search):
for f in files:
yield pathjoin(path, f)
......
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