Skip to content

Commit 5163ac7

Browse files
authored
spec: fix spelling error in docstring for fs.walk (#1779)
1 parent 3763661 commit 5163ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def _ls_from_cache(self, path):
382382
pass
383383

384384
def walk(self, path, maxdepth=None, topdown=True, on_error="omit", **kwargs):
385-
"""Return all files belows path
385+
"""Return all files under the given path.
386386
387387
List all files, recursing into subdirectories; output is iterator-style,
388388
like ``os.walk()``. For a simple list of files, ``find()`` is available.

0 commit comments

Comments
 (0)