Review: format docstring on the following line

This commit is contained in:
MartyLake 2019-07-23 23:52:26 +02:00
parent dd9de05968
commit 3a5ea58f7a

View file

@ -224,7 +224,8 @@ def sorted_walk(path, ignore=(), ignore_hidden=False, logger=None):
def pathlib_as_posix(path):
"""Return the string representation of the path with forward (/)
slashes."""
slashes.
"""
return path.replace(b'\\', b'/')
def mkdirall(path):