Skip to content

Commit

Permalink
spec: fix spelling error in docstring for fs.walk (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Jan 27, 2025
1 parent 3763661 commit 5163ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5163ac7

Please sign in to comment.