Skip to content

Commit ac7031b

Browse files
authored
Docfix (#1848)
1 parent 2c618c6 commit ac7031b

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
@@ -559,7 +559,7 @@ def glob(self, path, maxdepth=None, **kwargs):
559559
maxdepth: int or None
560560
Maximum depth for ``'**'`` patterns. Applied on the first ``'**'`` found.
561561
Must be at least 1 if provided.
562-
**kwargs:
562+
kwargs:
563563
Additional arguments passed to ``find`` (e.g., detail=True)
564564
565565
Returns

0 commit comments

Comments
 (0)