Skip to content

Commit

Permalink
Fix _find comment format (#669)
Browse files Browse the repository at this point in the history
It is showing incorrectly on web - missing break line
  • Loading branch information
cartond committed Dec 6, 2022
1 parent 1b9194e commit f26f379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3fs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ async def _glob(self, path, **kwargs):
async def _find(self, path, maxdepth=None, withdirs=None, detail=False, prefix=""):
"""List all files below path.
Like posix ``find`` command without conditions
Parameters
----------
path : str
Expand Down

0 comments on commit f26f379

Please sign in to comment.