diff --git a/fsspec/spec.py b/fsspec/spec.py index cc7659621..5f6f9a104 100644 --- a/fsspec/spec.py +++ b/fsspec/spec.py @@ -559,7 +559,7 @@ def glob(self, path, maxdepth=None, **kwargs): maxdepth: int or None Maximum depth for ``'**'`` patterns. Applied on the first ``'**'`` found. Must be at least 1 if provided. - **kwargs: + kwargs: Additional arguments passed to ``find`` (e.g., detail=True) Returns