Skip to content

Commit 10bb4d0

Browse files
committed
update make_posix_path docstring
1 parent 53d7660 commit 10bb4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/implementations/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def chmod(self, path, mode):
278278

279279

280280
def make_path_posix(path):
281-
"""Make path generic for current OS"""
281+
"""Make path generic and absolute for current OS"""
282282
if not isinstance(path, str):
283283
if isinstance(path, (list, set, tuple)):
284284
return type(path)(make_path_posix(p) for p in path)

0 commit comments

Comments
 (0)