Skip to content

Commit cb39cf3

Browse files
Fix typo
1 parent da3ba38 commit cb39cf3

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
@@ -408,7 +408,7 @@ def walk(self, path, maxdepth=None, topdown=True, on_error="omit", **kwargs):
408408
topdown: bool (True)
409409
Whether to walk the directory tree from the top downwards or from
410410
the bottom upwards.
411-
on_error: "omit", "raise", a collable
411+
on_error: "omit", "raise", a callable
412412
if omit (default), path with exception will simply be empty;
413413
If raise, an underlying exception will be raised;
414414
if callable, it will be called with a single OSError instance as argument

0 commit comments

Comments
 (0)