diff --git a/fsspec/spec.py b/fsspec/spec.py index b0b1ee509..d83cb099d 100644 --- a/fsspec/spec.py +++ b/fsspec/spec.py @@ -382,7 +382,7 @@ def _ls_from_cache(self, path): pass def walk(self, path, maxdepth=None, topdown=True, on_error="omit", **kwargs): - """Return all files belows path + """Return all files under the given path. List all files, recursing into subdirectories; output is iterator-style, like ``os.walk()``. For a simple list of files, ``find()`` is available.