Skip to content

Commit f26f379

Browse files
authored
Fix _find comment format (#669)
It is showing incorrectly on web - missing break line
1 parent 1b9194e commit f26f379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

s3fs/core.py

+1
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ async def _glob(self, path, **kwargs):
737737
async def _find(self, path, maxdepth=None, withdirs=None, detail=False, prefix=""):
738738
"""List all files below path.
739739
Like posix ``find`` command without conditions
740+
740741
Parameters
741742
----------
742743
path : str

0 commit comments

Comments
 (0)