Minor correction to docstring
This commit is contained in:
parent
e41089010f
commit
edee5b4201
@ -46,7 +46,7 @@ class Hierarchy:
|
||||
PosixPath('backup')
|
||||
|
||||
:param dest: the root directory of the backup hierarchy
|
||||
:type dest: str, path-like object
|
||||
:type dest: str or path-like object
|
||||
"""
|
||||
try:
|
||||
self._path = Path(dest)
|
||||
|
Loading…
x
Reference in New Issue
Block a user