Skip to content

Commit 5054950

Browse files
author
sgref
committed
Fix typo
1 parent c37cfe6 commit 5054950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adlfs/spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ async def _find(self, path, withdirs=False, prefix="", with_parent=False, **kwar
10361036
return {name: files[name] for name in names}
10371037

10381038
async def _glob_find(self, path, maxdepth=None, withdirs=False, **kwargs):
1039-
"""List all files below path in a recusrsive manner.
1039+
"""List all files below path in a recursive manner.
10401040
Like posix ``find`` command without conditions
10411041
Parameters
10421042
----------

0 commit comments

Comments
 (0)